* Reassign a given path of an object. * E.g., node.deoptimizePath(['x', 'y']) is called when something * is assigned to node.x.y. If the path is [UnknownKey], then the return * expression of this node is reassigned as well.
(path: ObjectPath)
| 13 | * expression of this node is reassigned as well. |
| 14 | */ |
| 15 | deoptimizePath(path: ObjectPath): void; |
| 16 | |
| 17 | hasEffectsOnInteractionAtPath( |
| 18 | path: ObjectPath, |
no outgoing calls
no test coverage detected