Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index 30bf98e15c3bccf07dc4f26c56cdbb8d4ee14efb..6d26c141a3eaa9c024ef581b9c5810438d935597 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -263,6 +263,7 @@ class BytecodeArrayBuilder final : public ZoneObject, private RegisterMover { |
void SetStatementPosition(Statement* stmt); |
void SetExpressionPosition(Expression* expr); |
+ void SetExpressionAsStatementPosition(Expression* expr); |
// Accessors |
Zone* zone() const { return zone_; } |