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 154dcf1 commit 0c827d7Copy full SHA for 0c827d7
test/nodeConfig.js
@@ -0,0 +1,7 @@
1
+var t262 = require('../');
2
+t262.useConfig({
3
+ batchConfig: {
4
+ createEnv: 'require("vm").createContext()',
5
+ runBatched: 'env.process = process;require("vm").runInContext(test, env);'
6
+ }
7
+})
0 commit comments