Home
last modified time | relevance | path

Searched refs:catchMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts383 export function generateCatchTables(catchMap: Map<Label, CatchTable>): CatchTable[] {
385 catchMap.forEach((catchTable) => {
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts222 private catchMap: Map<Label, CatchTable> = new Map<Label, CatchTable>(); property in PandaGen
416 return this.catchMap;