diff --git a/doc/api/vm.md b/doc/api/vm.md index ffa50be8461..025e9725a94 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -25,6 +25,11 @@ executed in specific sandboxes (or "contexts"). ### new vm.Script(code, options) * `code` {string} The JavaScript code to compile. @@ -60,6 +65,10 @@ each run, just for that run. ### script.runInContext(contextifiedSandbox[, options]) * `contextifiedSandbox` {Object} A [contextified][] object as returned by the