(nodes)
| 45198 | blockScopeContainer = savedBlockScopeContainer; |
| 45199 | } |
| 45200 | function bindEachFunctionsFirst(nodes) { |
| 45201 | bindEach(nodes, function (n) { return n.kind === 256 /* SyntaxKind.FunctionDeclaration */ ? bind(n) : undefined; }); |
| 45202 | bindEach(nodes, function (n) { return n.kind !== 256 /* SyntaxKind.FunctionDeclaration */ ? bind(n) : undefined; }); |
| 45203 | } |
| 45204 | function bindEach(nodes, bindFunction) { |
| 45205 | if (bindFunction === void 0) { bindFunction = bind; } |
| 45206 | if (nodes === undefined) { |
no test coverage detected