Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ deoptimizeCache
Method
deoptimizeCache
src/ast/nodes/shared/ClassNode.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
deoptimizeCache(): void {
53
this.getObjectEntity().deoptimizeAllProperties();
54
}
55
56
deoptimizePath(path: ObjectPath): void {
57
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