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/FunctionLiterals.golden

Issue 2640273002: [ignition] Expect 'I' for signed bytecode operands (Closed)
Patch Set: Rebase Created 3 years, 11 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
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 return function(){ } 10 return function(){ }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 " 51 "
52 frame size: 3 52 frame size: 3
53 parameter count: 1 53 parameter count: 1
54 bytecode array length: 20 54 bytecode array length: 20
55 bytecodes: [ 55 bytecodes: [
56 /* 30 E> */ B(StackCheck), 56 /* 30 E> */ B(StackCheck),
57 /* 34 S> */ B(LdaUndefined), 57 /* 34 S> */ B(LdaUndefined),
58 B(Star), R(1), 58 B(Star), R(1),
59 B(CreateClosure), U8(0), U8(4), U8(2), 59 B(CreateClosure), U8(0), U8(4), U8(2),
60 B(Star), R(0), 60 B(Star), R(0),
61 B(LdaSmi), U8(1), 61 B(LdaSmi), I8(1),
62 B(Star), R(2), 62 B(Star), R(2),
63 /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2), 63 /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(2),
64 /* 71 S> */ B(Return), 64 /* 71 S> */ B(Return),
65 ] 65 ]
66 constant pool: [ 66 constant pool: [
67 SHARED_FUNCTION_INFO_TYPE, 67 SHARED_FUNCTION_INFO_TYPE,
68 ] 68 ]
69 handlers: [ 69 handlers: [
70 ] 70 ]
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698