| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 6b4c5d2e0f719c31462819bc90efefa61ab4e16d..a55129a58cc4db3705e6b98057af42e7f423956d 100644
|
| --- a/src/interpreter/bytecode-array-builder.h
|
| +++ b/src/interpreter/bytecode-array-builder.h
|
| @@ -214,7 +214,8 @@ class BytecodeArrayBuilder final : public ZoneObject {
|
| // Casts.
|
| BytecodeArrayBuilder& CastAccumulatorToBoolean();
|
| BytecodeArrayBuilder& CastAccumulatorToJSObject();
|
| - BytecodeArrayBuilder& CastAccumulatorToName();
|
| + // Does not update the accumulator but stores to the register operand instead.
|
| + BytecodeArrayBuilder& CastAccumulatorToName(Register out);
|
| // Does not update the accumulator but stores to the register operand instead.
|
| BytecodeArrayBuilder& CastAccumulatorToNumber(Register out);
|
|
|
|
|