summaryrefslogtreecommitdiff
path: root/deps/v8/src/deoptimizer/deoptimize-reason.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/deoptimizer/deoptimize-reason.h')
-rw-r--r--deps/v8/src/deoptimizer/deoptimize-reason.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/deoptimizer/deoptimize-reason.h b/deps/v8/src/deoptimizer/deoptimize-reason.h
index 1eadb8700f..5e686659e0 100644
--- a/deps/v8/src/deoptimizer/deoptimize-reason.h
+++ b/deps/v8/src/deoptimizer/deoptimize-reason.h
@@ -53,9 +53,11 @@ namespace internal {
V(NotAString, "not a String") \
V(NotASymbol, "not a Symbol") \
V(NotInt32, "not int32") \
+ V(NotUint32, "not unsigned int32") \
V(OutOfBounds, "out of bounds") \
V(Overflow, "overflow") \
V(Smi, "Smi") \
+ V(StoreToConstant, "Storing to a constant field") \
V(SuspendGeneratorIsDead, "SuspendGenerator is in a dead branch") \
V(TransitionedToMonomorphicIC, "IC transitioned to monomorphic") \
V(TransitionedToMegamorphicIC, "IC transitioned to megamorphic") \