We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e574827 commit ca9f0f0Copy full SHA for ca9f0f0
doc/api/vm.md
@@ -745,6 +745,8 @@ changes:
745
`cachedData` was created.
746
* `context` {Object} The [contextified][] object as returned by the
747
`vm.createContext()` method, to compile and evaluate this `Module` in.
748
+ If no context is specified, the module is evaluated in the current
749
+ execution context.
750
* `lineOffset` {integer} Specifies the line number offset that is displayed
751
in stack traces produced by this `Module`. **Default:** `0`.
752
* `columnOffset` {integer} Specifies the first-line column number offset that
0 commit comments