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

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

Issue 2489513005: [Interpreter] Remove all Ldr style bytecodes and replace with Star lookahead. (Closed)
Patch Set: Created 4 years, 1 month 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/ClassDeclarations.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
index e1e5c83c605b0fdcbf25ecba5c4fd652eb1fc095..765ce65efdaade6f0f50aff7a3a058221ca15681 100644
--- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
@@ -149,8 +149,8 @@ bytecodes: [
B(Star), R(4),
B(LdaNamedProperty), R(4), U8(3), U8(2),
B(Star), R(5),
- /* 75 E> */ B(LdaCurrentContextSlot), U8(4),
- B(ToName), R(7),
+ B(LdaCurrentContextSlot), U8(4),
+ /* 75 E> */ B(ToName), R(7),
B(CreateClosure), U8(4), U8(2),
B(Star), R(8),
B(LdaSmi), U8(2),
@@ -159,8 +159,8 @@ bytecodes: [
B(Star), R(10),
B(Mov), R(5), R(6),
B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6), U8(5),
- /* 106 E> */ B(LdaCurrentContextSlot), U8(5),
- B(ToName), R(7),
+ B(LdaCurrentContextSlot), U8(5),
+ /* 106 E> */ B(ToName), R(7),
B(LdaConstant), U8(3),
B(TestEqualStrict), R(7), U8(0),
B(Mov), R(4), R(6),

Powered by Google App Engine
This is Rietveld 408576698