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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/PropertyCall.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: no 6 wrap: no
8 test function name: f 7 test function name: f
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 function f(a) { return a.func(); } 11 function f(a) { return a.func(); }
13 f(new (function Obj() { this.func = function() { return; }})()) 12 f(new (function Obj() { this.func = function() { return; }})())
14 " 13 "
15 frame size: 1 14 frame size: 1
16 parameter count: 2 15 parameter count: 2
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 /* 1177 E> */ B(Wide), B(LdrNamedProperty), R16(arg0), U16(0), U16(260), R16(0 ), 477 /* 1177 E> */ B(Wide), B(LdrNamedProperty), R16(arg0), U16(0), U16(260), R16(0 ),
479 /* 1178 E> */ B(Wide), B(Call), R16(0), R16(arg0), U16(1), U16(258), 478 /* 1178 E> */ B(Wide), B(Call), R16(0), R16(arg0), U16(1), U16(258),
480 /* 1186 S> */ B(Return), 479 /* 1186 S> */ B(Return),
481 ] 480 ]
482 constant pool: [ 481 constant pool: [
483 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], 482 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
484 ] 483 ]
485 handlers: [ 484 handlers: [
486 ] 485 ]
487 486
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698