| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 81a659393beb54dc0f69d459d74f5a943148ea0f..bf38e1cb3256c8b726708fd6053143e9e7ffbb8e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -319,6 +319,8 @@ namespace internal {
|
| F(ThrowInvalidStringLength, 0, 1) \
|
| F(ThrowIteratorResultNotAnObject, 1, 1) \
|
| F(ThrowSymbolIteratorInvalid, 0, 1) \
|
| + F(ThrowNonCallableInInstanceOfCheck, 0, 1) \
|
| + F(ThrowNonObjectInInstanceOfCheck, 0, 1) \
|
| F(ThrowNotGeneric, 1, 1) \
|
| F(ThrowReferenceError, 1, 1) \
|
| F(ThrowStackOverflow, 0, 1) \
|
|
|