Home
last modified time | relevance | path

Searched refs:nodeStartsNewLexicalEnvironment (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts3575 export function nodeStartsNewLexicalEnvironment(node: Node): boolean { function
Dchecker.ts13357 …return !nodeStartsNewLexicalEnvironment(node) && !isPartOfTypeNode(node) && !!forEachChild(node, t…
26439 …return findAncestor(node, n => (!n || nodeStartsNewLexicalEnvironment(n)) ? "quit" : isIterationSt…
/third_party/typescript/lib/
DtypingsInstaller.js17957 function nodeStartsNewLexicalEnvironment(node) { function
17969 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)) ?…
Dtsc.js14153 function nodeStartsNewLexicalEnvironment(node) { function
14165 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)) ?…