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

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

Issue 2679953003: Reland of Thread maybe-assigned through the bytecodes. (Closed)
Patch Set: Created 3 years, 10 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 6b130b6417429ab086551de3610b440aa085a333..9bb2422ec9959f47596a2e95a2efbdbb22605947 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -57,7 +57,7 @@
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(4),
- B(LdaCurrentContextSlot), U8(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(13),
B(CallRuntime), U16(Runtime::kReThrow), R(13), U8(1),
B(PopContext), R(8),
@@ -202,7 +202,7 @@
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(5),
- B(LdaCurrentContextSlot), U8(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(14),
B(CallRuntime), U16(Runtime::kReThrow), R(14), U8(1),
B(PopContext), R(9),
@@ -360,7 +360,7 @@
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(4),
- B(LdaCurrentContextSlot), U8(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(13),
B(CallRuntime), U16(Runtime::kReThrow), R(13), U8(1),
B(PopContext), R(8),
@@ -508,7 +508,7 @@
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(3),
- B(LdaCurrentContextSlot), U8(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(12),
B(CallRuntime), U16(Runtime::kReThrow), R(12), U8(1),
B(PopContext), R(7),

Powered by Google App Engine
This is Rietveld 408576698