Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d8b0d81913d64438070df8faa537f2c4fead1e4a..ffd22312a131c3756bf7e1c40be6ef17f94a227e 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -333,6 +333,7 @@ namespace internal { |
F(ThrowGeneratorRunning, 0, 1) \ |
F(ThrowIllegalInvocation, 0, 1) \ |
F(ThrowIncompatibleMethodReceiver, 2, 1) \ |
+ F(ThrowInvalidHint, 1, 1) \ |
F(ThrowInvalidStringLength, 0, 1) \ |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |
F(ThrowSymbolIteratorInvalid, 0, 1) \ |