()
| 56 | }), 1); |
| 57 | |
| 58 | function testContextLeak() { |
| 59 | // TODO: This needs a comment explaining what it's doing. Will it crash the |
| 60 | // test if there is a memory leak? Or what? |
| 61 | for (let i = 0; i < 1000; i++) |
| 62 | vm.createContext({}); |
| 63 | } |
no test coverage detected
searching dependent graphs…