(variable, props)
| 975 | }; |
| 976 | } |
| 977 | function peg$f76(variable, props) { |
| 978 | // Replace all properties: n = {props} |
| 979 | return { |
| 980 | type: 'SetAllProperties', |
| 981 | variable: variable, |
| 982 | properties: props |
| 983 | }; |
| 984 | } |
| 985 | function peg$f77(variable, property, value) { |
| 986 | // Individual property assignment: n.prop = value |
| 987 | return { |
no outgoing calls
no test coverage detected