Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts97 splitLabelPair(inlinedLabelPair: LabelPair) { method in CatchTable
131 this.outer.catchTable.splitLabelPair(labelPairs[labelPairs.length - 1]);
377 inlinedTry!.getCatchTable().splitLabelPair(inlinedLabelPair);
379 targetTry.getCatchTable().splitLabelPair(inlinedLabelPair);
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts666 originTry.getCatchTable().splitLabelPair(inlinedLabelPair);