File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ executed in specific sandboxes (or "contexts").
25
25
### new vm.Script(code, options)
26
26
<!-- YAML
27
27
added: v0.3.1
28
+ changes:
29
+ - version: v5.7.0
30
+ pr-url: https://github.com/nodejs/node/pull/4777
31
+ description: The `cachedData` and `produceCachedData` options are
32
+ supported now.
28
33
-->
29
34
30
35
* ` code ` {string} The JavaScript code to compile.
@@ -60,6 +65,10 @@ each run, just for that run.
60
65
### script.runInContext(contextifiedSandbox[ , options] )
61
66
<!-- YAML
62
67
added: v0.3.1
68
+ changes:
69
+ - version: v6.3.0
70
+ pr-url: https://github.com/nodejs/node/pull/6635
71
+ description: The `breakOnSigint` option is supported now.
63
72
-->
64
73
65
74
* ` contextifiedSandbox ` {Object} A [ contextified] [ ] object as returned by the
You can’t perform that action at this time.
0 commit comments