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

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

Issue 2795183002: [Interpreter] Move ToBoolean elision in BytecodeGenerator. (Closed)
Patch Set: tests Created 3 years, 8 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/GenerateTestUndetectable.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/GenerateTestUndetectable.golden b/test/cctest/interpreter/bytecode_expectations/GenerateTestUndetectable.golden
index 52277a2b981824a90a61cc91c7965c5bcb51f3a6..b8b23b03f99e0e3fcdba718aca9655187108bd3b 100644
--- a/test/cctest/interpreter/bytecode_expectations/GenerateTestUndetectable.golden
+++ b/test/cctest/interpreter/bytecode_expectations/GenerateTestUndetectable.golden
@@ -23,7 +23,7 @@ bytecodes: [
B(Star), R(1),
/* 67 S> */ B(Ldar), R(0),
B(TestUndetectable),
- /* 77 E> */ B(JumpIfFalse), U8(6),
+ B(JumpIfFalse), U8(6),
/* 88 S> */ B(LdaSmi), I8(20),
B(Star), R(1),
/* 97 S> */ B(Ldar), R(1),
@@ -53,7 +53,7 @@ bytecodes: [
B(Star), R(1),
/* 67 S> */ B(Ldar), R(0),
B(TestUndetectable),
- /* 77 E> */ B(JumpIfFalse), U8(6),
+ B(JumpIfFalse), U8(6),
/* 93 S> */ B(LdaSmi), I8(20),
B(Star), R(1),
/* 102 S> */ B(Ldar), R(1),
@@ -83,7 +83,7 @@ bytecodes: [
B(Star), R(1),
/* 67 S> */ B(Ldar), R(0),
B(TestUndetectable),
- /* 77 E> */ B(JumpIfTrue), U8(6),
+ B(JumpIfTrue), U8(6),
/* 88 S> */ B(LdaSmi), I8(20),
B(Star), R(1),
/* 97 S> */ B(Ldar), R(1),
@@ -113,7 +113,7 @@ bytecodes: [
B(Star), R(1),
/* 67 S> */ B(Ldar), R(0),
B(TestUndetectable),
- /* 77 E> */ B(JumpIfTrue), U8(6),
+ B(JumpIfTrue), U8(6),
/* 93 S> */ B(LdaSmi), I8(20),
B(Star), R(1),
/* 102 S> */ B(Ldar), R(1),

Powered by Google App Engine
This is Rietveld 408576698