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

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

Issue 2390163003: [interpreter] Remove redundant flag from bytecode cctest suite. (Closed)
Patch Set: Created 4 years, 2 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 execute: no
7 wrap: no 6 wrap: no
8 top level: yes 7 top level: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var a = { func: function() { } }; 11 var a = { func: function() { } };
13 " 12 "
14 frame size: 5 13 frame size: 5
15 parameter count: 1 14 parameter count: 1
16 bytecode array length: 45 15 bytecode array length: 45
(...skipping 20 matching lines...) Expand all
37 constant pool: [ 36 constant pool: [
38 FIXED_ARRAY_TYPE, 37 FIXED_ARRAY_TYPE,
39 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], 38 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
40 FIXED_ARRAY_TYPE, 39 FIXED_ARRAY_TYPE,
41 SHARED_FUNCTION_INFO_TYPE, 40 SHARED_FUNCTION_INFO_TYPE,
42 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], 41 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
43 ] 42 ]
44 handlers: [ 43 handlers: [
45 ] 44 ]
46 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698