Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ It does several things at once:
If `contextObject` is undefined, creates a new object and [contextifies][contextified] it.
If `contextObject` is [`vm.constants.DONT_CONTEXTIFY`][], don't [contextify][contextified] anything.
3. Compiles the code as a`vm.Script`
Comment thread
JeffMatson marked this conversation as resolved.
Outdated
4. Runs the compield code within the created context. The code does not have access to the scope in
4. Runs the compiled code within the created context. The code does not have access to the scope in
which this method is called.
5. Returns the result.

Expand Down
Loading