| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 8ae0ec4803786277d1509ec9a630e8a287f56a2f..2cb10643b79bfaf4e1c3ad04c84bfcd91a26d843 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -126,6 +126,8 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| \
|
| V(ObjectAssign, kNone) \
|
| V(ObjectCreate, kNone) \
|
| + V(ObjectDefineProperties, kNone) \
|
| + V(ObjectDefineProperty, kNone) \
|
| V(ObjectFreeze, kNone) \
|
| V(ObjectGetOwnPropertyDescriptor, kNone) \
|
| V(ObjectGetOwnPropertyNames, kNone) \
|
|
|