File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,10 @@ overhead.
469
469
### script.runInNewContext([ sandbox[ , options]] )
470
470
<!-- YAML
471
471
added: v0.3.1
472
+ changes:
473
+ - version: REPLACEME
474
+ pr-url: https://github.com/nodejs/node/pull/19016
475
+ description: The `contextCodeGeneration` option is supported now.
472
476
-->
473
477
474
478
* ` sandbox ` {Object} An object that will be [ contextified] [ ] . If ` undefined ` , a
@@ -573,6 +577,10 @@ console.log(globalVar);
573
577
## vm.createContext([ sandbox[ , options]] )
574
578
<!-- YAML
575
579
added: v0.3.1
580
+ changes:
581
+ - version: REPLACEME
582
+ pr-url: https://github.com/nodejs/node/pull/19016
583
+ description: The `codeGeneration` option is supported now.
576
584
-->
577
585
578
586
* ` sandbox ` {Object}
You can’t perform that action at this time.
0 commit comments