Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1197)

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.golden

Issue 1985033002: [Interpreter] Change LogicalNot to ToBooleanLogicalNot and add non-ToBoolean version. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
index 198a93b204c13d1b9d8774d640e37cb3f6b2baf9..6fb1c4b08fe3f73c63097f3cb7cd953231ff183c 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -37,7 +37,7 @@ bytecodes: [
/* 45 E> */ B(Star), R(2),
B(Star), R(13),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(11),
B(Ldar), R(2),
B(Star), R(13),
@@ -96,7 +96,7 @@ bytecodes: [
B(Star), R(12),
B(LdaUndefined),
B(TestEqualStrict), R(12),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalseConstant), U8(9),
B(Ldar), R(1),
B(Star), R(12),
@@ -218,7 +218,7 @@ bytecodes: [
/* 65 E> */ B(Star), R(2),
B(Star), R(14),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(14), U8(1),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(11),
B(Ldar), R(2),
B(Star), R(14),
@@ -279,7 +279,7 @@ bytecodes: [
B(Star), R(13),
B(LdaUndefined),
B(TestEqualStrict), R(13),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalseConstant), U8(9),
B(Ldar), R(1),
B(Star), R(13),
@@ -406,7 +406,7 @@ bytecodes: [
/* 45 E> */ B(Star), R(2),
B(Star), R(13),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(11),
B(Ldar), R(2),
B(Star), R(13),
@@ -476,7 +476,7 @@ bytecodes: [
B(Star), R(12),
B(LdaUndefined),
B(TestEqualStrict), R(12),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalseConstant), U8(9),
B(Ldar), R(1),
B(Star), R(12),
@@ -599,7 +599,7 @@ bytecodes: [
/* 74 E> */ B(Star), R(1),
B(Star), R(12),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(11),
B(Ldar), R(1),
B(Star), R(12),
@@ -663,7 +663,7 @@ bytecodes: [
B(Star), R(11),
B(LdaUndefined),
B(TestEqualStrict), R(11),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(JumpIfFalseConstant), U8(11),
B(Ldar), R(0),
B(Star), R(11),
« no previous file with comments | « src/interpreter/interpreter-assembler.h ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698