Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ deoptimizeCache
Method
deoptimizeCache
src/ast/nodes/ObjectExpression.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
deoptimizeCache(): void {
48
this.getObjectEntity().deoptimizeAllProperties();
49
}
50
51
deoptimizePath(path: ObjectPath): void {
52
this.getObjectEntity().deoptimizePath(path);
Callers
nothing calls this directly
Calls
2
getObjectEntity
Method · 0.95
deoptimizeAllProperties
Method · 0.80
Tested by
no test coverage detected