nsamsonau-pal

Results 1 issues of nsamsonau-pal

## Shortest repro ```typescript const ivm = require('isolated-vm'); const isolate = new ivm.Isolate(); const context = isolate.createContextSync(); const global = context.global; global.setSync(`_ivm`, ivm); (async function() { global.setSync('proxiedFoo', () => {},...