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

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

Issue 2367623004: [modules] Detect and throw exceptions for cyclic dependencies (Closed)
Patch Set: Handled review comments, added a test 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 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(20), 469 B(TestEqualStrict), R(11), U8(20),
470 B(JumpIfFalse), U8(76), 470 B(JumpIfFalse), U8(76),
471 B(LdaContextSlot), R(1), U8(11), U8(0), 471 B(LdaContextSlot), R(1), U8(11), U8(0),
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(21), 475 B(TestEqualStrict), R(11), U8(21),
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), U8(0), R(12), 485 B(LdrContextSlot), R(1), U8(11), U8(0), R(12),
486 B(LdrContextSlot), R(1), U8(7), U8(0), R(13), 486 B(LdrContextSlot), R(1), U8(7), U8(0), 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 Smi [155], 597 Smi [155],
598 Smi [603], 598 Smi [603],
599 ] 599 ]
600 handlers: [ 600 handlers: [
601 [48, 720, 726], 601 [48, 720, 726],
602 [153, 460, 466], 602 [153, 460, 466],
603 [156, 416, 418], 603 [156, 416, 418],
604 [574, 588, 590], 604 [574, 588, 590],
605 ] 605 ]
606 606
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/mjsunit/modules-fail-cyclic-1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698