Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1045a8c42952ffdfbc9818380815698e277e114c..cccc115bc0d8ab8c2c1f5e34d399760a1bc55063 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -289,6 +289,7 @@ namespace internal { |
F(NewTypeError, 2, 1) \ |
F(NewSyntaxError, 2, 1) \ |
F(NewReferenceError, 2, 1) \ |
+ F(ThrowCannotConvertToPrimitive, 0, 1) \ |
F(ThrowIllegalInvocation, 0, 1) \ |
F(ThrowIncompatibleMethodReceiver, 2, 1) \ |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |