Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 94237b3a7145ccd6b3ee970246aaf337f9a3112a..fc5c75da36612709635aff7238fdf7d7f33d097e 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -743,6 +743,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final |
const Operator* Construct(uint32_t arity, |
CallFrequency frequency = CallFrequency(), |
VectorSlotPair const& feedback = VectorSlotPair()); |
+ const Operator* ConstructWithArrayLike(CallFrequency frequency); |
const Operator* ConstructWithSpread(uint32_t arity); |
const Operator* ConvertReceiver(ConvertReceiverMode convert_mode); |