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

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

Issue 2108203002: Implement immutable prototype chains (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: IsImmutableProto Created 4 years, 5 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-api.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 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 10 ignition generators: yes
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 B(LdaSmi), U8(1), 473 B(LdaSmi), U8(1),
474 B(TestEqualStrict), R(10), 474 B(TestEqualStrict), R(10),
475 B(JumpIfFalse), U8(78), 475 B(JumpIfFalse), U8(78),
476 B(LdaContextSlot), R(1), U8(11), 476 B(LdaContextSlot), R(1), U8(11),
477 B(TypeOf), 477 B(TypeOf),
478 B(Star), R(10), 478 B(Star), R(10),
479 B(LdaConstant), U8(13), 479 B(LdaConstant), U8(13),
480 B(TestEqualStrict), R(10), 480 B(TestEqualStrict), R(10),
481 B(JumpIfFalse), U8(4), 481 B(JumpIfFalse), U8(4),
482 B(Jump), U8(18), 482 B(Jump), U8(18),
483 B(Wide), B(LdaSmi), U16(128), 483 B(Wide), B(LdaSmi), U16(129),
484 B(Star), R(10), 484 B(Star), R(10),
485 B(LdaConstant), U8(14), 485 B(LdaConstant), U8(14),
486 B(Star), R(11), 486 B(Star), R(11),
487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
488 B(Throw), 488 B(Throw),
489 B(Mov), R(context), R(10), 489 B(Mov), R(context), R(10),
490 B(LdrContextSlot), R(1), U8(11), R(11), 490 B(LdrContextSlot), R(1), U8(11), R(11),
491 B(LdrContextSlot), R(1), U8(7), R(12), 491 B(LdrContextSlot), R(1), U8(7), R(12),
492 B(InvokeIntrinsic), U8(Runtime::k_Call), R(11), U8(2), 492 B(InvokeIntrinsic), U8(Runtime::k_Call), R(11), U8(2),
493 B(Jump), U8(29), 493 B(Jump), U8(29),
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 kInstanceTypeDontCare, 600 kInstanceTypeDontCare,
601 kInstanceTypeDontCare, 601 kInstanceTypeDontCare,
602 ] 602 ]
603 handlers: [ 603 handlers: [
604 [44, 694, 700], 604 [44, 694, 700],
605 [154, 448, 454], 605 [154, 448, 454],
606 [157, 402, 404], 606 [157, 402, 404],
607 [551, 563, 565], 607 [551, 563, 565],
608 ] 608 ]
609 609
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698