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

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

Issue 2321103002: [parser] Refactor of Parse*Statement*, part 5 (Closed)
Patch Set: Rebase Created 4 years, 3 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/preparser.cc ('k') | no next file » | 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: yes 7 wrap: yes
8 do expressions: yes 8 do expressions: yes
9 9
10 --- 10 ---
(...skipping 17 matching lines...) Expand all
28 --- 28 ---
29 snippet: " 29 snippet: "
30 var a = do { var x = 100; }; return a; 30 var a = do { var x = 100; }; return a;
31 " 31 "
32 frame size: 3 32 frame size: 3
33 parameter count: 1 33 parameter count: 1
34 bytecode array length: 13 34 bytecode array length: 13
35 bytecodes: [ 35 bytecodes: [
36 /* 30 E> */ B(StackCheck), 36 /* 30 E> */ B(StackCheck),
37 /* 55 S> */ B(LdaSmi), U8(100), 37 /* 55 S> */ B(LdaSmi), U8(100),
38 B(Star), R(1), 38 B(Star), R(0),
39 /* 42 S> */ B(LdrUndefined), R(0), 39 /* 42 S> */ B(LdrUndefined), R(1),
40 B(Ldar), R(0), 40 B(Ldar), R(1),
41 B(Star), R(2), 41 B(Star), R(2),
42 /* 63 S> */ B(Nop), 42 /* 63 S> */ B(Nop),
43 /* 73 S> */ B(Return), 43 /* 73 S> */ B(Return),
44 ] 44 ]
45 constant pool: [ 45 constant pool: [
46 ] 46 ]
47 handlers: [ 47 handlers: [
48 ] 48 ]
49 49
50 --- 50 ---
(...skipping 13 matching lines...) Expand all
64 B(Star), R(1), 64 B(Star), R(1),
65 /* 74 S> */ B(Jump), U8(2), 65 /* 74 S> */ B(Jump), U8(2),
66 B(LdaUndefined), 66 B(LdaUndefined),
67 /* 94 S> */ B(Return), 67 /* 94 S> */ B(Return),
68 ] 68 ]
69 constant pool: [ 69 constant pool: [
70 ] 70 ]
71 handlers: [ 71 handlers: [
72 ] 72 ]
73 73
OLDNEW
« no previous file with comments | « src/parsing/preparser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698