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

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

Issue 2189583002: Fix generate-bytecode-expectations crash (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 ignition generators: yes
11 10
12 --- 11 ---
13 snippet: " 12 snippet: "
14 function* f() { } 13 function* f() { }
15 f(); 14 f();
16 " 15 "
17 frame size: 11 16 frame size: 11
18 parameter count: 1 17 parameter count: 1
19 bytecode array length: 200 18 bytecode array length: 200
20 bytecodes: [ 19 bytecodes: [
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 kInstanceTypeDontCare, 597 kInstanceTypeDontCare,
599 kInstanceTypeDontCare, 598 kInstanceTypeDontCare,
600 ] 599 ]
601 handlers: [ 600 handlers: [
602 [44, 691, 697], 601 [44, 691, 697],
603 [150, 445, 451], 602 [150, 445, 451],
604 [153, 399, 401], 603 [153, 399, 401],
605 [548, 560, 562], 604 [548, 560, 562],
606 ] 605 ]
607 606
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698