Skip to content

Commit 9996f73

Browse files
committed
TestV8: Support --harmony-class-static-blocks flag.
1 parent 536dcea commit 9996f73

File tree

1 file changed

+1
-0
lines changed
  • graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/testv8

1 file changed

+1
-0
lines changed

graal-js/src/com.oracle.truffle.js.test.external/src/com/oracle/truffle/js/test/external/testv8/TestV8Runnable.java

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public class TestV8Runnable extends TestRunnable {
100100
}));
101101
private static final Set<String> ES2022_FLAGS = new HashSet<>(Arrays.asList(new String[]{
102102
"--harmony-atomics-waitasync",
103+
"--harmony-class-static-blocks",
103104
"--harmony-object-has-own",
104105
"--harmony-regexp-match-indices",
105106
"--harmony-top-level-await"

0 commit comments

Comments
 (0)