* Specialized visitor that visits the immediate children of a SourceFile. * * @param node The node to visit.
(node)
| 91718 | * @param node The node to visit. |
| 91719 | */ |
| 91720 | function sourceElementVisitor(node) { |
| 91721 | return saveStateAndInvoke(node, sourceElementVisitorWorker); |
| 91722 | } |
| 91723 | /** |
| 91724 | * Specialized visitor that visits the immediate children of a SourceFile. |
| 91725 | * |
nothing calls this directly
no test coverage detected
searching dependent graphs…