Index: test/cctest/interpreter/bytecode_expectations/Generators.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden |
index b0a22f6c2a4629dc3c4f166a93e698e136fc7f99..46a6b4aba2c2cdf5f5af82e930a9d8e661bfc867 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden |
@@ -24,7 +24,7 @@ bytecodes: [ |
B(LdaZero), |
B(TestEqualStrict), R(1), |
B(JumpIfTrue), U8(57), |
- B(LdaSmi), U8(75), |
+ B(LdaSmi), U8(76), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -133,7 +133,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(1), |
B(JumpIfTrueConstant), U8(0), |
- B(LdaSmi), U8(75), |
+ B(LdaSmi), U8(76), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -283,7 +283,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(3), |
B(JumpIfTrueConstant), U8(3), |
- B(LdaSmi), U8(75), |
+ B(LdaSmi), U8(76), |
B(Star), R(4), |
B(CallRuntime), U16(Runtime::kAbort), R(4), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -355,7 +355,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(3), |
B(JumpIfTrueConstant), U8(9), |
- B(LdaSmi), U8(75), |
+ B(LdaSmi), U8(76), |
B(Star), R(11), |
B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), |
/* 27 S> */ B(LdaContextSlot), R(1), U8(7), |
@@ -366,7 +366,7 @@ bytecodes: [ |
/* 27 E> */ B(StaContextSlot), R(1), U8(8), |
B(Star), R(11), |
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(11), U8(1), |
- B(LogicalNot), |
+ B(ToBooleanLogicalNot), |
B(JumpIfFalse), U8(12), |
B(LdaContextSlot), R(1), U8(8), |
B(Star), R(11), |
@@ -481,7 +481,7 @@ bytecodes: [ |
B(Star), R(10), |
B(LdaUndefined), |
B(TestEqualStrict), R(10), |
- B(LogicalNot), |
+ B(ToBooleanLogicalNot), |
B(JumpIfFalseConstant), U8(16), |
B(LdaContextSlot), R(1), U8(7), |
B(Star), R(10), |