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

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

Issue 1858773004: Revert of Correctly annotate eval origin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/IfConditions.golden ('k') | test/mjsunit/eval-origin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
index a74c1a023b7c95fd01c6e81341a870bd91848af2..acec42f2e02165dc3dc1c41f7833c0c00ab16633 100644
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
@@ -34,7 +34,7 @@
B(Mov), R(closure), R(6),
B(LdaZero),
B(Star), R(7),
- B(LdaSmi), U8(34),
+ B(LdaSmi), U8(30),
B(Star), R(8),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5),
B(Star), R(1),
@@ -77,7 +77,7 @@
B(Mov), R(closure), R(6),
B(LdaZero),
B(Star), R(7),
- B(LdaSmi), U8(34),
+ B(LdaSmi), U8(30),
B(Star), R(8),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5),
B(Star), R(1),
@@ -123,7 +123,7 @@
B(Mov), R(closure), R(6),
B(LdaZero),
B(Star), R(7),
- B(LdaSmi), U8(49),
+ B(LdaSmi), U8(30),
B(Star), R(8),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5),
B(Star), R(1),
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/IfConditions.golden ('k') | test/mjsunit/eval-origin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698