Index: src/interpreter/bytecode-array-writer.cc |
diff --git a/src/interpreter/bytecode-array-writer.cc b/src/interpreter/bytecode-array-writer.cc |
index 28f997b5345236060f80db05d6aafc8a2c4b3a9c..cf0594cda20b15e990b5a9da481f657b66b4597b 100644 |
--- a/src/interpreter/bytecode-array-writer.cc |
+++ b/src/interpreter/bytecode-array-writer.cc |
@@ -163,6 +163,8 @@ Bytecode GetJumpWithConstantOperand(Bytecode jump_bytecode) { |
return Bytecode::kJumpIfNullConstant; |
case Bytecode::kJumpIfUndefined: |
return Bytecode::kJumpIfUndefinedConstant; |
+ case Bytecode::kJumpIfJSReceiver: |
+ return Bytecode::kJumpIfJSReceiverConstant; |
default: |
UNREACHABLE(); |
return Bytecode::kIllegal; |