Searched refs:nodeStartsNewLexicalEnvironment (Results 1 – 4 of 4) sorted by relevance
3575 export function nodeStartsNewLexicalEnvironment(node: Node): boolean { function
13357 …return !nodeStartsNewLexicalEnvironment(node) && !isPartOfTypeNode(node) && !!forEachChild(node, t…26439 …return findAncestor(node, n => (!n || nodeStartsNewLexicalEnvironment(n)) ? "quit" : isIterationSt…
17957 function nodeStartsNewLexicalEnvironment(node) { function17969 ts.nodeStartsNewLexicalEnvironment = nodeStartsNewLexicalEnvironment;62627 …return !ts.nodeStartsNewLexicalEnvironment(node) && !ts.isPartOfTypeNode(node) && !!ts.forEachChil…74944 …return ts.findAncestor(node, function (n) { return (!n || ts.nodeStartsNewLexicalEnvironment(n)) ?…
14153 function nodeStartsNewLexicalEnvironment(node) { function14165 ts.nodeStartsNewLexicalEnvironment = nodeStartsNewLexicalEnvironment;52122 …return !ts.nodeStartsNewLexicalEnvironment(node) && !ts.isPartOfTypeNode(node) && !!ts.forEachChil…62854 …return ts.findAncestor(node, function (n) { return (!n || ts.nodeStartsNewLexicalEnvironment(n)) ?…