| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c1f72bb2b8ee4a5961585a06b115c31286cc755e..b22a36f1cbee986c57bbc73542f0d4ee7a79ad51 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -244,8 +244,6 @@ namespace internal {
|
| F(NewObjectFromBound, 1, 1) \
|
| F(Call, -1 /* >= 2 */, 1) \
|
| F(Apply, 5, 1) \
|
| - F(GetFunctionDelegate, 1, 1) \
|
| - F(GetConstructorDelegate, 1, 1) \
|
| F(GetOriginalConstructor, 0, 1) \
|
| F(CallFunction, -1 /* receiver + n args + function */, 1) \
|
| F(IsConstructCall, 0, 1) \
|
| @@ -341,7 +339,8 @@ namespace internal {
|
| F(HarmonyToString, 0, 1) \
|
| F(GetTypeFeedbackVector, 1, 1) \
|
| F(GetCallerJSFunction, 0, 1) \
|
| - F(GetCodeStubExportsObject, 0, 1)
|
| + F(GetCodeStubExportsObject, 0, 1) \
|
| + F(ThrowCalledNonCallable, 1, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_JSON(F) \
|
|
|