Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts1220 export function forEachEnclosingBlockScopeContainer(node: Node, cb: (container: Node) => void): voi… function
/third_party/typescript/lib/
Dtsc.js13239 function forEachEnclosingBlockScopeContainer(node, cb) { function