| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index 730b4b9551528179536300a53d8e262e382fcb7d..912e7fffe54892ddab1021cd5ad77f0969c2b1ab 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -661,6 +661,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();
|
|
|