Searched defs:forEachReturnStatement (Results 1 – 2 of 2) sorted by relevance
1697 export function forEachReturnStatement<T>(body: Block | Statement, visitor: (stmt: ReturnStatement)… function
13583 function forEachReturnStatement(body, visitor) { function