| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 4d8fb455e07ed91de7766e8a8fd6f0643717345d..b8866dadfd0a1ea3009a25df3e857bbe23a1adc5 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -114,6 +114,7 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| V(ObjectGetOwnPropertyDescriptor, kNone) \
|
| V(ObjectGetOwnPropertyNames, kNone) \
|
| V(ObjectGetOwnPropertySymbols, kNone) \
|
| + V(ObjectIs, kNone) \
|
| V(ObjectIsExtensible, kNone) \
|
| V(ObjectIsFrozen, kNone) \
|
| V(ObjectIsSealed, kNone) \
|
|
|