Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 3ae69dcf0d121534092697b22c716233dd94a3ae..d979b8017c80df963bda2d5790b6b2c3e03aed94 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -249,6 +249,9 @@ namespace interpreter { |
V(JumpIfUndefined, OperandType::kImm8) \ |
V(JumpIfUndefinedConstant, OperandType::kIdx8) \ |
V(JumpIfUndefinedConstantWide, OperandType::kIdx16) \ |
+ /* TODO(mythria): Replace with opcodes that throw on a hole */ \ |
+ V(JumpIfHole, OperandType::kImm8) \ |
+ V(JumpIfNotHole, OperandType::kImm8) \ |
\ |
/* Complex flow control For..in */ \ |
V(ForInPrepare, OperandType::kRegOutTriple8) \ |