| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 0a0afc03b650c208a81163a64ac0e9b57b960260..aacf5358d1ece7a2689babc0c4421fc2d6b2d43f 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -67,6 +67,7 @@ namespace internal {
|
| F(SpecialArrayFunctions, 1, 1) \
|
| F(GetGlobalReceiver, 0, 1) \
|
| \
|
| + F(GetPrototype, 1, 1) \
|
| F(IsInPrototypeChain, 2, 1) \
|
| F(SetHiddenPrototype, 2, 1) \
|
| \
|
| @@ -278,6 +279,8 @@ namespace internal {
|
| \
|
| /* Harmony proxies */ \
|
| F(CreateJSProxy, 2, 1) \
|
| + F(IsJSProxy, 1, 1) \
|
| + F(GetHandler, 1, 1) \
|
| \
|
| /* Catch context extension objects */ \
|
| F(CreateCatchExtensionObject, 2, 1) \
|
|
|