Home
last modified time | relevance | path

Searched defs:isNodeWithPossibleHoistedDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts3486 export function isNodeWithPossibleHoistedDeclaration(node: Node): node is NodeWithPossibleHoistedDe… function
/third_party/typescript/lib/
Dtsc.js14727 function isNodeWithPossibleHoistedDeclaration(node) { function