| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 8aea91fd577a44f6427c62eaac2ce9dab9d5cdf2..ba4af7be0adee22e86ecba7d8b160694980225ad 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -210,6 +210,7 @@ namespace interpreter {
|
| V(CreateCatchContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
|
| OperandType::kIdx, OperandType::kIdx) \
|
| V(CreateFunctionContext, AccumulatorUse::kWrite, OperandType::kUImm) \
|
| + V(CreateEvalContext, AccumulatorUse::kWrite, OperandType::kUImm) \
|
| V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
|
| OperandType::kIdx) \
|
| \
|
|
|