Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 481cf4392054a8f772f6afd9970aa0f3a3138c45..2628d2563f65fb34c483582b4ecd827846835cf6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -500,6 +500,7 @@ namespace internal { |
F(ReThrow, 1, 1) \ |
F(ThrowReferenceError, 1, 1) \ |
F(ThrowNotDateError, 0, 1) \ |
+ F(ThrowConstAssignError, 0, 1) \ |
F(StackGuard, 0, 1) \ |
F(Interrupt, 0, 1) \ |
F(PromoteScheduledException, 0, 1) \ |