| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1132,10 +1132,10 @@ class REPLServer extends Interface { | |||
| 1132 | 1132 | session.once('Runtime.executionContextCreated', ({ params }) => { | |
| 1133 | 1133 | this[kContextId] = params.context.id; | |
| 1134 | 1134 | }); | |
| 1135 | - context = vm.createContext(); | ||
| 1135 | + context = vm.createContext(vm.constants.DONT_CONTEXTIFY); | ||
| 1136 | 1136 | session.post('Runtime.disable'); | |
| 1137 | 1137 | }, () => { | |
| 1138 | - context = vm.createContext(); | ||
| 1138 | + context = vm.createContext(vm.constants.DONT_CONTEXTIFY); | ||
| 1139 | 1139 | }); | |
| 1140 | 1140 | ArrayPrototypeForEach(ObjectGetOwnPropertyNames(globalThis), (name) => { | |
| 1141 | 1141 | // Only set properties that do not already exist as a global builtin. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments