Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 61f15a2a3c41dd9fa7940ff8fe6c34445c08c9c3..92ab9a7ba20f19f4be72df73a154c67eb4df8b9e 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -458,6 +458,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final |
const Operator* CreateClosure(Handle<SharedFunctionInfo> shared_info, |
PretenureFlag pretenure); |
const Operator* CreateIterResultObject(); |
+ const Operator* CreateKeyValueArray(); |
const Operator* CreateLiteralArray(Handle<FixedArray> constant_elements, |
int literal_flags, int literal_index, |
int number_of_elements); |