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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallLookupSlot.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: yes
7 wrap: yes 6 wrap: yes
8 7
9 --- 8 ---
10 snippet: " 9 snippet: "
11 g = function(){}; eval(''); return g(); 10 g = function(){}; eval(''); return g();
12 " 11 "
13 frame size: 10 12 frame size: 10
14 parameter count: 1 13 parameter count: 1
15 bytecode array length: 89 14 bytecode array length: 89
16 bytecodes: [ 15 bytecodes: [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ] 49 ]
51 constant pool: [ 50 constant pool: [
52 SHARED_FUNCTION_INFO_TYPE, 51 SHARED_FUNCTION_INFO_TYPE,
53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"], 52 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"],
54 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
55 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], 54 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
56 ] 55 ]
57 handlers: [ 56 handlers: [
58 ] 57 ]
59 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698