We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9d8d3 commit 3c8dd8eCopy full SHA for 3c8dd8e
lib/repl.js
@@ -1132,10 +1132,10 @@ class REPLServer extends Interface {
1132
session.once('Runtime.executionContextCreated', ({ params }) => {
1133
this[kContextId] = params.context.id;
1134
});
1135
- context = vm.createContext();
+ context = vm.createContext(vm.constants.DONT_CONTEXTIFY);
1136
session.post('Runtime.disable');
1137
}, () => {
1138
1139
1140
ArrayPrototypeForEach(ObjectGetOwnPropertyNames(globalThis), (name) => {
1141
// Only set properties that do not already exist as a global builtin.
0 commit comments