Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index cccc115bc0d8ab8c2c1f5e34d399760a1bc55063..d84b57e9d6d8b566537d342700fd0b517cbd5303 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -292,6 +292,7 @@ namespace internal { |
F(ThrowCannotConvertToPrimitive, 0, 1) \ |
F(ThrowIllegalInvocation, 0, 1) \ |
F(ThrowIncompatibleMethodReceiver, 2, 1) \ |
+ F(ThrowInvalidStringLength, 0, 1) \ |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |
F(ThrowNotGeneric, 1, 1) \ |
F(ThrowGeneratorRunning, 0, 1) \ |