| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 9cdd30594ada995fa3d6ee0ab634bfe59440aede..3c55461f90eb5b2c20cbd7f62cd95956c2018474 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -489,6 +489,8 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
| const Operator* StoreNamed(LanguageMode language_mode, Handle<Name> name,
|
| VectorSlotPair const& feedback);
|
|
|
| + const Operator* StoreDataPropertyInLiteral();
|
| +
|
| const Operator* DeleteProperty(LanguageMode language_mode);
|
|
|
| const Operator* HasProperty();
|
|
|