From 08d5ab9aaed95f95fb9831b4e36c8c1ef4ebc7a3 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:50 +0100 Subject: [PATCH] doc: add changelogs for vm PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/vm.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/api/vm.md b/doc/api/vm.md index ffa50be846..025e9725a9 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