MCPcopy Create free account
hub / github.com/codemix/htmling / peg$c222

Function peg$c222

lib/parser.js:575–632  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

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 },

Callers 1

peg$parseAccessorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…