summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src/vm-state-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/vm-state-inl.h')
-rw-r--r--src/3rdparty/v8/src/vm-state-inl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/v8/src/vm-state-inl.h b/src/3rdparty/v8/src/vm-state-inl.h
index c647e56..384940d 100644
--- a/src/3rdparty/v8/src/vm-state-inl.h
+++ b/src/3rdparty/v8/src/vm-state-inl.h
@@ -47,6 +47,8 @@ inline const char* StateToString(StateTag state) {
return "GC";
case COMPILER:
return "COMPILER";
+ case PARALLEL_COMPILER_PROLOGUE:
+ return "PARALLEL_COMPILER_PROLOGUE";
case OTHER:
return "OTHER";
case EXTERNAL: