MCPcopy
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

getObjectEntityMethod · 0.95

Tested by

no test coverage detected