(v)
| 573 | }; |
| 574 | }, |
| 575 | peg$c222 = function(v) { |
| 576 | return { |
| 577 | type: 'SequenceExpression', |
| 578 | marker: v.name, |
| 579 | expressions: [ |
| 580 | { |
| 581 | type: 'AssignmentExpression', |
| 582 | operator: '=', |
| 583 | left: { |
| 584 | type: 'Identifier', |
| 585 | name: 'ref' |
| 586 | }, |
| 587 | right: { |
| 588 | type: 'MemberExpression', |
| 589 | computed: false, |
| 590 | object: { |
| 591 | type: 'Identifier', |
| 592 | name: 'ref' |
| 593 | }, |
| 594 | property: v |
| 595 | } |
| 596 | }, |
| 597 | { |
| 598 | type: 'ConditionalExpression', |
| 599 | test: { |
| 600 | type: 'LogicalExpression', |
| 601 | operator: '||', |
| 602 | left: { |
| 603 | type: 'Identifier', |
| 604 | name: 'ref' |
| 605 | }, |
| 606 | right: { |
| 607 | type: 'BinaryExpression', |
| 608 | operator: '===', |
| 609 | left: { |
| 610 | type: 'Identifier', |
| 611 | name: 'ref' |
| 612 | }, |
| 613 | right: { |
| 614 | type: 'Literal', |
| 615 | value: 0, |
| 616 | raw: '0' |
| 617 | } |
| 618 | } |
| 619 | }, |
| 620 | consequent: { |
| 621 | type: 'Identifier', |
| 622 | name: 'ref' |
| 623 | }, |
| 624 | alternate: { |
| 625 | type: 'Literal', |
| 626 | value: '', |
| 627 | raw: '""' |
| 628 | } |
| 629 | } |
| 630 | ] |
| 631 | }; |
| 632 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…