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

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

Issue 2671553006: Allow global prototype to be a Proxy (Closed)
Patch Set: update bytecode Created 3 years, 9 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 B(Jump), U8(127), 486 B(Jump), U8(127),
487 B(LdaContextSlot), R(1), U8(9), U8(0), 487 B(LdaContextSlot), R(1), U8(9), U8(0),
488 B(Star), R(11), 488 B(Star), R(11),
489 B(LdaSmi), I8(1), 489 B(LdaSmi), I8(1),
490 B(TestEqualStrict), R(11), U8(20), 490 B(TestEqualStrict), R(11), U8(20),
491 B(JumpIfFalse), U8(69), 491 B(JumpIfFalse), U8(69),
492 B(LdaContextSlot), R(1), U8(11), U8(0), 492 B(LdaContextSlot), R(1), U8(11), U8(0),
493 B(TestTypeOf), U8(5), 493 B(TestTypeOf), U8(5),
494 B(JumpIfFalse), U8(4), 494 B(JumpIfFalse), U8(4),
495 B(Jump), U8(18), 495 B(Jump), U8(18),
496 B(Wide), B(LdaSmi), I16(130), 496 B(Wide), B(LdaSmi), I16(129),
497 B(Star), R(11), 497 B(Star), R(11),
498 B(LdaConstant), U8(10), 498 B(LdaConstant), U8(10),
499 B(Star), R(12), 499 B(Star), R(12),
500 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2), 500 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2),
501 B(Throw), 501 B(Throw),
502 B(Mov), R(context), R(11), 502 B(Mov), R(context), R(11),
503 B(LdaContextSlot), R(1), U8(11), U8(0), 503 B(LdaContextSlot), R(1), U8(11), U8(0),
504 B(Star), R(12), 504 B(Star), R(12),
505 B(LdaContextSlot), R(1), U8(7), U8(0), 505 B(LdaContextSlot), R(1), U8(7), U8(0),
506 B(Star), R(13), 506 B(Star), R(13),
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 FIXED_ARRAY_TYPE, 619 FIXED_ARRAY_TYPE,
620 Smi [571], 620 Smi [571],
621 ] 621 ]
622 handlers: [ 622 handlers: [
623 [53, 686, 692], 623 [53, 686, 692],
624 [149, 443, 449], 624 [149, 443, 449],
625 [152, 399, 401], 625 [152, 399, 401],
626 [539, 555, 557], 626 [539, 555, 557],
627 ] 627 ]
628 628
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698