(run)
| 79 | } |
| 80 | |
| 81 | useFunctionContext(run) { |
| 82 | const functionContext = last(this.functionContexts); |
| 83 | this.runningContexts.push(functionContext); |
| 84 | run(); |
| 85 | this.runningContexts.pop(); |
| 86 | } |
| 87 | |
| 88 | getIdentifiers(run) { |
| 89 | const trackedIdentifiers = this.trackedIdentifiers = []; |