| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 92083f70783aeefe07c518399373c322544d53dc..4545426e83bb28809c9e043d90bbcff8888e1644 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -494,7 +494,8 @@ namespace internal {
|
| F(DefineGetterPropertyUnchecked, 4, 1) \
|
| F(DefineSetterPropertyUnchecked, 4, 1) \
|
| F(ToObject, 1, 1) \
|
| - F(StrictEquals, 2, 1)
|
| + F(StrictEquals, 2, 1) \
|
| + F(IsAccessCheckNeeded, 1, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_OBSERVE(F) \
|
|
|