(variable, property)
| 921 | return expr; |
| 922 | } |
| 923 | function peg$f64(variable, property) { |
| 924 | return { |
| 925 | type: 'PropertyAccess', |
| 926 | variable: variable, |
| 927 | property: property |
| 928 | }; |
| 929 | } |
| 930 | function peg$f65(variable) { |
| 931 | return { |
| 932 | type: 'VariableRef', |
no outgoing calls
no test coverage detected