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 896be83 commit 2bf461eCopy full SHA for 2bf461e
doc/api/vm.md
@@ -125,6 +125,10 @@ console.log(util.inspect(sandbox));
125
// { animal: 'cat', count: 12, name: 'kitty' }
126
```
127
128
+*Note*: Using the `timeout` or `breakOnSigint` options will result in new
129
+event loops and corresponding threads being started, which have a non-zero
130
+performance overhead.
131
+
132
### script.runInNewContext([sandbox][, options])
133
<!-- YAML
134
added: v0.3.1
0 commit comments