Searched refs:catchMap (Results 1 – 2 of 2) sorted by relevance
383 export function generateCatchTables(catchMap: Map<Label, CatchTable>): CatchTable[] {385 catchMap.forEach((catchTable) => {
222 private catchMap: Map<Label, CatchTable> = new Map<Label, CatchTable>(); property in PandaGen416 return this.catchMap;