| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 6e55d747943f9a7a3ef669e2d02512a5e2371903..6c883e16f9c85b1bca88402f9885772177dc123e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -495,7 +495,9 @@ namespace internal {
|
| F(InstanceOf, 2, 1) \
|
| F(HasInPrototypeChain, 2, 1) \
|
| F(CreateIterResultObject, 2, 1) \
|
| - F(IsAccessCheckNeeded, 1, 1)
|
| + F(IsAccessCheckNeeded, 1, 1) \
|
| + F(ObjectDefineProperties, 2, 1) \
|
| + F(ObjectDefineProperty, 3, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_OBSERVE(F) \
|
|
|