We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92de0eb commit 54fbbb1Copy full SHA for 54fbbb1
doc/api/vm.md
@@ -469,6 +469,10 @@ overhead.
469
### script.runInNewContext([sandbox[, options]])
470
<!-- YAML
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.
476
-->
477
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
575
579
580
581
582
583
+ description: The `codeGeneration` option is supported now.
576
584
585
586
* `sandbox` {Object}
0 commit comments