| Index: src/interpreter/bytecodes.cc
|
| diff --git a/src/interpreter/bytecodes.cc b/src/interpreter/bytecodes.cc
|
| index cc979686b6733f4e7152560da3ae57ea760ee292..15c4e98a023a90e025e26ab95cd4d9ff881f286b 100644
|
| --- a/src/interpreter/bytecodes.cc
|
| +++ b/src/interpreter/bytecodes.cc
|
| @@ -211,8 +211,12 @@ bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) {
|
| case Bytecode::kLdaNull:
|
| case Bytecode::kLdaTheHole:
|
| case Bytecode::kLdaConstant:
|
| + case Bytecode::kLdaUndefined:
|
| + case Bytecode::kLdaGlobal:
|
| case Bytecode::kLdaNamedProperty:
|
| case Bytecode::kLdaKeyedProperty:
|
| + case Bytecode::kLdaContextSlot:
|
| + case Bytecode::kLdaCurrentContextSlot:
|
| case Bytecode::kAdd:
|
| case Bytecode::kSub:
|
| case Bytecode::kMul:
|
|
|