({ n })
| 14 | `); |
| 15 | |
| 16 | function main({ n }) { |
| 17 | bench.start(); |
| 18 | let context; |
| 19 | for (let i = 0; i < n; i++) { |
| 20 | context = vm.createContext({ a: 'a' }); |
| 21 | } |
| 22 | bench.end(n); |
| 23 | ctxFn.runInContext(context); |
| 24 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…