Index: src/interpreter/bytecode-array-builder.cc |
diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc |
index ef26fd8f094e49ba5ae2c9d769da33c205bca6a0..75bf631d300a9349e7369806592914800ebc3101 100644 |
--- a/src/interpreter/bytecode-array-builder.cc |
+++ b/src/interpreter/bytecode-array-builder.cc |
@@ -188,7 +188,7 @@ BytecodeArrayBuilder& BytecodeArrayBuilder::CountOperation(Token::Value op) { |
BytecodeArrayBuilder& BytecodeArrayBuilder::LogicalNot() { |
- Output(Bytecode::kLogicalNot); |
+ Output(Bytecode::kToBooleanLogicalNot); |
return *this; |
} |