| Index: src/interpreter/bytecodes.cc
|
| diff --git a/src/interpreter/bytecodes.cc b/src/interpreter/bytecodes.cc
|
| index 525136a95ff7115ac71923b9b04cd79463161728..b255ea1dba4b5e32e308d3f95f91c6ce98909ef1 100644
|
| --- a/src/interpreter/bytecodes.cc
|
| +++ b/src/interpreter/bytecodes.cc
|
| @@ -505,7 +505,7 @@ bool Bytecodes::IsPrefixScalingBytecode(Bytecode bytecode) {
|
|
|
| // static
|
| bool Bytecodes::PutsNameInAccumulator(Bytecode bytecode) {
|
| - return bytecode == Bytecode::kToName || bytecode == Bytecode::kTypeOf;
|
| + return bytecode == Bytecode::kTypeOf;
|
| }
|
|
|
| // static
|
|
|