(node)
| 45209 | ts.forEach(nodes, bindFunction); |
| 45210 | } |
| 45211 | function bindEachChild(node) { |
| 45212 | ts.forEachChild(node, bind, bindEach); |
| 45213 | } |
| 45214 | function bindChildren(node) { |
| 45215 | var saveInAssignmentPattern = inAssignmentPattern; |
| 45216 | // Most nodes aren't valid in an assignment pattern, so we clear the value here |
no test coverage detected