| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index da1d921b5d0aff5086d35e6334ad2a1a9487c9cd..09a6ebc2ef510d4b12af8cb5b8accd9d244a114c 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -636,6 +636,8 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
| VectorSlotPair const& feedback);
|
| const Operator* StoreDataPropertyInLiteral(const VectorSlotPair& feedback);
|
|
|
| + const Operator* CollectTypeProfile(const VectorSlotPair& feedback);
|
| +
|
| const Operator* DeleteProperty(LanguageMode language_mode);
|
|
|
| const Operator* HasProperty();
|
|
|