| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 49d22291f5cfa24d08cd8c3f79b3b854cbb17e88..acd4a504b082764baa0ac2c3b4c0ef996fba6bcc 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -227,7 +227,8 @@ namespace internal {
|
| F(InterpreterGreaterThanOrEqual, 2, 1) \
|
| F(InterpreterToBoolean, 1, 1) \
|
| F(InterpreterLogicalNot, 1, 1) \
|
| - F(InterpreterTypeOf, 1, 1)
|
| + F(InterpreterTypeOf, 1, 1) \
|
| + F(InterpreterNewClosure, 2, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_FUNCTION(F) \
|
|
|