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

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

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reflow REPEAT_249 macro. Created 4 years, 10 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
(Empty)
1 #
2 # Autogenerated by generate-bytecode-expectations.
3 #
4
5 ---
6 pool type: mixed
7 execute: no
8 wrap: no
9 top level: yes
10
11 ---
12 snippet: "
13 var a = { func: function() { } };
14 "
15 frame size: 5
16 parameter count: 1
17 bytecode array length: 49
18 bytecodes: [
19 B(LdaConstant), U8(0),
20 B(Star), R(1),
21 B(LdaZero),
22 B(Star), R(2),
23 B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
24 B(StackCheck),
25 B(LdaConstant), U8(1),
26 B(Star), R(1),
27 B(LdaZero),
28 B(Star), R(2),
29 B(CreateObjectLiteral), U8(2), U8(0), U8(11),
30 B(Star), R(4),
31 B(CreateClosure), U8(3), U8(1),
32 B(StoreICSloppy), R(4), U8(4), U8(3),
33 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1),
34 B(Ldar), R(4),
35 B(Star), R(3),
36 B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3),
37 B(LdaUndefined),
38 B(Return),
39 ]
40 constant pool: [
41 InstanceType::FIXED_ARRAY_TYPE,
42 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
43 InstanceType::FIXED_ARRAY_TYPE,
44 InstanceType::SHARED_FUNCTION_INFO_TYPE,
45 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
46 ]
47 handlers: [
48 ]
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698