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

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

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: Use an accessor instead of a data property 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/Modules.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Modules.golden b/test/cctest/interpreter/bytecode_expectations/Modules.golden
index d80f09d5b8a8d3d4168cac702b7534579fbe597c..26f4274f042473c76842ef0756b9c24e476bd22e 100644
--- a/test/cctest/interpreter/bytecode_expectations/Modules.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Modules.golden
@@ -668,7 +668,7 @@ snippet: "
"
frame size: 8
parameter count: 2
-bytecode array length: 196
+bytecode array length: 208
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(21),
@@ -738,6 +738,10 @@ bytecodes: [
B(CallRuntime), U16(Runtime::kDefineClass), R(2), U8(4),
B(Star), R(2),
B(LdrNamedProperty), R(2), U8(3), U8(2), R(3),
+ B(LdaConstant), U8(1),
+ B(Star), R(5),
+ B(Mov), R(2), R(4),
+ B(CallRuntime), U16(Runtime::kDefineClassNameProperty), R(4), U8(2),
B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
B(StaContextSlot), R(context), U8(6), U8(0),
/* 16 E> */ B(LdrContextSlot), R(context), U8(6), U8(0), R(3),

Powered by Google App Engine
This is Rietveld 408576698