(declaration)
| 164495 | this.forEachChild(visit); |
| 164496 | return result; |
| 164497 | function addDeclaration(declaration) { |
| 164498 | var name = getDeclarationName(declaration); |
| 164499 | if (name) { |
| 164500 | result.add(name, declaration); |
| 164501 | } |
| 164502 | } |
| 164503 | function getDeclarations(name) { |
| 164504 | var declarations = result.get(name); |
| 164505 | if (!declarations) { |
no test coverage detected