({ n })
| 13 | const context = vm.createContext({ foo: 1 }); |
| 14 | |
| 15 | function main({ n }) { |
| 16 | bench.start(); |
| 17 | for (let i = 0; i < n; i++) { |
| 18 | script.runInContext(context); |
| 19 | } |
| 20 | bench.end(n); |
| 21 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…