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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallRuntime.golden

Issue 2375793002: Reland: [modules] Properly initialize declared variables. (Closed)
Patch Set: Update CompilerHints. Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « src/parsing/parser.cc ('k') | test/mjsunit/modules-error-trace.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: yes 6 execute: yes
7 wrap: no 7 wrap: no
8 test function name: f 8 test function name: f
9 9
10 --- 10 ---
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 f(); 72 f();
73 " 73 "
74 frame size: 2 74 frame size: 2
75 parameter count: 1 75 parameter count: 1
76 bytecode array length: 14 76 bytecode array length: 14
77 bytecodes: [ 77 bytecodes: [
78 /* 10 E> */ B(StackCheck), 78 /* 10 E> */ B(StackCheck),
79 /* 15 S> */ B(LdrUndefined), R(0), 79 /* 15 S> */ B(LdrUndefined), R(0),
80 B(CreateArrayLiteral), U8(0), U8(0), U8(9), 80 B(CreateArrayLiteral), U8(0), U8(0), U8(9),
81 B(Star), R(1), 81 B(Star), R(1),
82 B(CallJSRuntime), U8(140), R(0), U8(2), 82 B(CallJSRuntime), U8(141), R(0), U8(2),
83 /* 44 S> */ B(Return), 83 /* 44 S> */ B(Return),
84 ] 84 ]
85 constant pool: [ 85 constant pool: [
86 FIXED_ARRAY_TYPE, 86 FIXED_ARRAY_TYPE,
87 ] 87 ]
88 handlers: [ 88 handlers: [
89 ] 89 ]
90 90
OLDNEW
« no previous file with comments | « src/parsing/parser.cc ('k') | test/mjsunit/modules-error-trace.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698