Skip to content

Commit

Permalink
v8: move new PARSER value to end of enum (ABI)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 13, 2017
1 parent fbfa5a8 commit 338b581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/v8/include/v8.h
Original file line number Diff line number Diff line change
Expand Up @@ -1729,12 +1729,12 @@ class V8_EXPORT StackFrame {
enum StateTag {
JS,
GC,
PARSER,
BYTECODE_COMPILER,
COMPILER,
OTHER,
EXTERNAL,
IDLE
IDLE,
PARSER
};

// A RegisterState represents the current state of registers used
Expand Down

0 comments on commit 338b581

Please sign in to comment.