Skip to content

Commit 338b581

Browse files
committed
v8: move new PARSER value to end of enum (ABI)
1 parent fbfa5a8 commit 338b581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/v8/include/v8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,12 +1729,12 @@ class V8_EXPORT StackFrame {
17291729
enum StateTag {
17301730
JS,
17311731
GC,
1732-
PARSER,
17331732
BYTECODE_COMPILER,
17341733
COMPILER,
17351734
OTHER,
17361735
EXTERNAL,
1737-
IDLE
1736+
IDLE,
1737+
PARSER
17381738
};
17391739

17401740
// A RegisterState represents the current state of registers used

0 commit comments

Comments
 (0)