(next)
| 46269 | return 0 /* ContainerFlags.None */; |
| 46270 | } |
| 46271 | function addToContainerChain(next) { |
| 46272 | if (lastContainer) { |
| 46273 | lastContainer.nextContainer = next; |
| 46274 | } |
| 46275 | lastContainer = next; |
| 46276 | } |
| 46277 | function declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes) { |
| 46278 | switch (container.kind) { |
| 46279 | // Modules, source files, and classes need specialized handling for how their |
no outgoing calls
no test coverage detected