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