(name)
| 307 | }; |
| 308 | }, |
| 309 | peg$c114 = function(name) { |
| 310 | return { |
| 311 | type: 'MemberExpression', |
| 312 | computed: false, |
| 313 | marker: name, |
| 314 | object: { |
| 315 | type: 'Identifier', |
| 316 | name: 'object' |
| 317 | }, |
| 318 | property: { |
| 319 | type: 'Identifier', |
| 320 | name: name |
| 321 | } |
| 322 | }; |
| 323 | }, |
| 324 | peg$c115 = { type: "other", description: "identifier" }, |
| 325 | peg$c116 = "$", |
| 326 | peg$c117 = { type: "literal", value: "$", description: "\"$\"" }, |
no outgoing calls
no test coverage detected
searching dependent graphs…