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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/GlobalDelete.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: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 30 matching lines...) Expand all
41 }; 41 };
42 f(); 42 f();
43 " 43 "
44 frame size: 1 44 frame size: 1
45 parameter count: 1 45 parameter count: 1
46 bytecode array length: 11 46 bytecode array length: 11
47 bytecodes: [ 47 bytecodes: [
48 /* 28 E> */ B(StackCheck), 48 /* 28 E> */ B(StackCheck),
49 /* 51 S> */ B(LdaGlobal), U8(0), U8(2), 49 /* 51 S> */ B(LdaGlobal), U8(0), U8(2),
50 B(Star), R(0), 50 B(Star), R(0),
51 B(LdaSmi), U8(1), 51 B(LdaSmi), I8(1),
52 B(DeletePropertyStrict), R(0), 52 B(DeletePropertyStrict), R(0),
53 /* 71 S> */ B(Return), 53 /* 71 S> */ B(Return),
54 ] 54 ]
55 constant pool: [ 55 constant pool: [
56 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], 56 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
57 ] 57 ]
58 handlers: [ 58 handlers: [
59 ] 59 ]
60 60
61 --- 61 ---
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 B(LdaConstant), U8(0), 105 B(LdaConstant), U8(0),
106 B(DeletePropertySloppy), R(1), 106 B(DeletePropertySloppy), R(1),
107 /* 42 S> */ B(Return), 107 /* 42 S> */ B(Return),
108 ] 108 ]
109 constant pool: [ 109 constant pool: [
110 ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"], 110 ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"],
111 ] 111 ]
112 handlers: [ 112 handlers: [
113 ] 113 ]
114 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698