Skip to content

Commit a23d7d8

Browse files
committed
Adding expose-wasm, no-allow-natives-syntax and no-compilation-cache among ignored V8 options.
1 parent be84fad commit a23d7d8

File tree

1 file changed

+3
-0
lines changed
  • graal-nodejs/mx.graal-nodejs/com.oracle.truffle.trufflenode/src/com/oracle/truffle/trufflenode

1 file changed

+3
-0
lines changed

graal-nodejs/mx.graal-nodejs/com.oracle.truffle.trufflenode/src/com/oracle/truffle/trufflenode/Options.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public static class OptionsParser extends AbstractLanguageLauncher implements Fu
150150
"expose-debug-as",
151151
"expose-internals",
152152
"expose-natives-as",
153+
"expose-wasm",
153154
"gc-global",
154155
"gc-interval",
155156
"harmony",
@@ -163,6 +164,8 @@ public static class OptionsParser extends AbstractLanguageLauncher implements Fu
163164
"jitless",
164165
"lazy",
165166
"log-timer-events",
167+
"no-allow-natives-syntax",
168+
"no-compilation-cache",
166169
"no-concurrent-array-buffer-freeing",
167170
"no-concurrent-array-buffer-sweeping",
168171
"no-freeze-flags-after-init",

0 commit comments

Comments
 (0)