File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1829,10 +1829,10 @@ It does several things at once:
18291829
183018301. Creates a new context.
183118312. If ` contextObject` is an object, [contextifies][contextified] it with the new context.
1832- If ` contextObject` is undefined , creates a new object and [contextifies][contextified] it.
1832+ If ` contextObject` is undefined , creates a new object and [contextifies][contextified] it.
18331833 If ` contextObject` is [` vm.constants.DONT_CONTEXTIFY` ][], don' t [contextify][contextified] anything.
1834- 3. Compiles the code as a`vm.Script`
1835- 4. Runs the compield code within the created context. The code does not have access to the scope in
1834+ 3. Compiles the code as a `vm.Script`
1835+ 4. Runs the compiled code within the created context. The code does not have access to the scope in
18361836 which this method is called.
183718375. Returns the result.
18381838
You can’t perform that action at this time.
0 commit comments