| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 6a8dc94ec4b09ef1ceb2b86ba5fd870bc917c276..3c8ba3192e48433c459b7da0bcc0ad1e1d3afc1a 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -229,7 +229,8 @@ namespace internal {
|
| F(InterpreterLogicalNot, 1, 1) \
|
| F(InterpreterTypeOf, 1, 1) \
|
| F(InterpreterNewClosure, 2, 1) \
|
| - F(InterpreterForInPrepare, 1, 1)
|
| + F(InterpreterForInPrepare, 1, 1) \
|
| + F(InterpreterToObjectOrNull, 1, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_FUNCTION(F) \
|
|
|