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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type 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
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
7 execute: no 6 execute: no
8 wrap: no 7 wrap: no
9 top level: yes 8 top level: yes
10 9
11 --- 10 ---
12 snippet: " 11 snippet: "
13 var a = { func: function() { } }; 12 var a = { func: function() { } };
14 " 13 "
15 frame size: 5 14 frame size: 5
16 parameter count: 1 15 parameter count: 1
(...skipping 12 matching lines...) Expand all
29 B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4), 28 B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4),
30 B(Star), R(2), 29 B(Star), R(2),
31 B(CreateClosure), U8(3), U8(0), 30 B(CreateClosure), U8(3), U8(0),
32 B(StaNamedPropertySloppy), R(4), U8(4), U8(3), 31 B(StaNamedPropertySloppy), R(4), U8(4), U8(3),
33 B(Mov), R(4), R(3), 32 B(Mov), R(4), R(3),
34 B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3), 33 B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3),
35 B(LdaUndefined), 34 B(LdaUndefined),
36 /* 33 S> */ B(Return), 35 /* 33 S> */ B(Return),
37 ] 36 ]
38 constant pool: [ 37 constant pool: [
39 InstanceType::FIXED_ARRAY_TYPE, 38 FIXED_ARRAY_TYPE,
40 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 39 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
41 InstanceType::FIXED_ARRAY_TYPE, 40 FIXED_ARRAY_TYPE,
42 InstanceType::SHARED_FUNCTION_INFO_TYPE, 41 SHARED_FUNCTION_INFO_TYPE,
43 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 42 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
44 ] 43 ]
45 handlers: [ 44 handlers: [
46 ] 45 ]
47 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698