| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 23e91f2ae9e9b64cdf19bd3ce3410e1082508980..fd000a3eebaf6802f3a20da64092f2c4192a5a7f 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -354,6 +354,7 @@ namespace internal {
|
| F(GetObservationState, 0, 1) \
|
| F(ObservationWeakMapCreate, 0, 1) \
|
| F(UnwrapGlobalProxy, 1, 1) \
|
| + F(GetAccessAllowedForObserver, 3, 1) \
|
| \
|
| /* Harmony typed arrays */ \
|
| F(ArrayBufferInitialize, 2, 1)\
|
| @@ -464,7 +465,8 @@ namespace internal {
|
| F(HasExternalDoubleElements, 1, 1) \
|
| F(HasFastProperties, 1, 1) \
|
| F(TransitionElementsKind, 2, 1) \
|
| - F(HaveSameMap, 2, 1)
|
| + F(HaveSameMap, 2, 1) \
|
| + F(IsAccessCheckNeeded, 1, 1)
|
|
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
|
|