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

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

Issue 2329703002: Private fields
Patch Set: some comments Created 4 years, 3 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 | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/cctest/test-parsing.cc » ('j') | 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 execute: yes 6 execute: yes
7 wrap: no 7 wrap: no
8 test function name: f 8 test function name: f
9 9
10 --- 10 ---
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 B(LdaSmi), U8(1), 468 B(LdaSmi), U8(1),
469 B(TestEqualStrict), R(11), U8(19), 469 B(TestEqualStrict), R(11), U8(19),
470 B(JumpIfFalse), U8(73), 470 B(JumpIfFalse), U8(73),
471 B(LdaContextSlot), R(1), U8(11), 471 B(LdaContextSlot), R(1), U8(11),
472 B(TypeOf), 472 B(TypeOf),
473 B(Star), R(11), 473 B(Star), R(11),
474 B(LdaConstant), U8(14), 474 B(LdaConstant), U8(14),
475 B(TestEqualStrict), R(11), U8(20), 475 B(TestEqualStrict), R(11), U8(20),
476 B(JumpIfFalse), U8(4), 476 B(JumpIfFalse), U8(4),
477 B(Jump), U8(18), 477 B(Jump), U8(18),
478 B(Wide), B(LdaSmi), U16(129), 478 B(Wide), B(LdaSmi), U16(130),
479 B(Star), R(11), 479 B(Star), R(11),
480 B(LdaConstant), U8(15), 480 B(LdaConstant), U8(15),
481 B(Star), R(12), 481 B(Star), R(12),
482 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2), 482 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2),
483 B(Throw), 483 B(Throw),
484 B(Mov), R(context), R(11), 484 B(Mov), R(context), R(11),
485 B(LdrContextSlot), R(1), U8(11), R(12), 485 B(LdrContextSlot), R(1), U8(11), R(12),
486 B(LdrContextSlot), R(1), U8(7), R(13), 486 B(LdrContextSlot), R(1), U8(7), R(13),
487 B(InvokeIntrinsic), U8(Runtime::k_Call), R(12), U8(2), 487 B(InvokeIntrinsic), U8(Runtime::k_Call), R(12), U8(2),
488 B(Jump), U8(23), 488 B(Jump), U8(23),
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 Smi [143], 596 Smi [143],
597 Smi [566], 597 Smi [566],
598 ] 598 ]
599 handlers: [ 599 handlers: [
600 [47, 679, 685], 600 [47, 679, 685],
601 [147, 433, 439], 601 [147, 433, 439],
602 [150, 392, 394], 602 [150, 392, 394],
603 [540, 552, 554], 603 [540, 552, 554],
604 ] 604 ]
605 605
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/cctest/test-parsing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698