Searched refs:catchEndLabel (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/tests/statements/ |
D | tryCatch.test.ts | 47 let catchEndLabel = new Label(); variable 56 new Jmp(catchEndLabel), 60 catchEndLabel, 76 let catchEndLabel = new Label(); variable 86 new Jmp(catchEndLabel), 91 catchEndLabel, 107 let catchEndLabel = new Label(); variable 119 new Jmp(catchEndLabel), 126 catchEndLabel, 148 let catchEndLabel = new Label(); variable [all …]
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | iterator.ts | 115 let catchEndLabel = new Label(); 141 pg.branch(this.node, catchEndLabel); 145 pg.label(this.node, catchEndLabel);
|
/arkcompiler/ets_frontend/ts2panda/tests/ |
D | regAllocator.test.ts | 199 let catchEndLabel = new Label(); variable 218 new Jmp(catchEndLabel), 221 catchEndLabel,
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyFunction.proto | 33 bytes catchEndLabel = 6; field
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | compilerUtils.ts | 79 let catchEndLabel = new Label(); 189 pandaGen.label(arr, catchEndLabel);
|
D | compiler.ts | 682 let catchEndLabel = endLabel ? endLabel : new Label(); 703 pandaGen.branch(node, catchEndLabel); 709 pandaGen.label(node, catchEndLabel);
|