diff --git a/doc/api/vm.md b/doc/api/vm.md index d7e72ab42e3de6..eff0d4a848f79a 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -745,6 +745,8 @@ changes: `cachedData` was created. * `context` {Object} The [contextified][] object as returned by the `vm.createContext()` method, to compile and evaluate this `Module` in. + If no context is specified, the module is evaluated in the current + execution context. * `lineOffset` {integer} Specifies the line number offset that is displayed in stack traces produced by this `Module`. **Default:** `0`. * `columnOffset` {integer} Specifies the first-line column number offset that