Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index bb8c980ecee2120e5bde463e58e6c01e8460a6a9..7d6984e34912f33959a7f128ade06e43da6bb5a5 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -147,7 +147,8 @@ class BytecodeArrayBuilder final : public ZoneObject { |
BytecodeArrayBuilder& CreateArrayLiteral(Handle<FixedArray> constant_elements, |
int literal_index, int flags); |
BytecodeArrayBuilder& CreateObjectLiteral( |
- Handle<FixedArray> constant_properties, int literal_index, int flags); |
+ Handle<FixedArray> constant_properties, int literal_index, int flags, |
+ Register output); |
// Push the context in accumulator as the new context, and store in register |
// |context|. |