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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }; 43 };
44 f(); 44 f();
45 " 45 "
46 frame size: 1 46 frame size: 1
47 parameter count: 1 47 parameter count: 1
48 bytecode array length: 11 48 bytecode array length: 11
49 bytecodes: [ 49 bytecodes: [
50 B(StackCheck), 50 B(StackCheck),
51 B(LdaGlobal), U8(0), U8(1), 51 B(LdaGlobal), U8(0), U8(1),
52 B(Star), R(0), 52 B(Star), R(0),
53 B(LdaSmi8), U8(1), 53 B(LdaSmi), U8(1),
54 B(DeletePropertyStrict), R(0), 54 B(DeletePropertyStrict), R(0),
55 B(Return), 55 B(Return),
56 ] 56 ]
57 constant pool: [ 57 constant pool: [
58 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 58 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
59 ] 59 ]
60 handlers: [ 60 handlers: [
61 ] 61 ]
62 62
63 --- 63 ---
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 B(LdaConstant), U8(0), 107 B(LdaConstant), U8(0),
108 B(DeletePropertySloppy), R(1), 108 B(DeletePropertySloppy), R(1),
109 B(Return), 109 B(Return),
110 ] 110 ]
111 constant pool: [ 111 constant pool: [
112 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 112 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
113 ] 113 ]
114 handlers: [ 114 handlers: [
115 ] 115 ]
116 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698