Home
last modified time | relevance | path

Searched refs:catchEndLabel (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/statements/
DtryCatch.test.ts47 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/
Diterator.ts115 let catchEndLabel = new Label();
141 pg.branch(this.node, catchEndLabel);
145 pg.label(this.node, catchEndLabel);
/arkcompiler/ets_frontend/ts2panda/tests/
DregAllocator.test.ts199 let catchEndLabel = new Label(); variable
218 new Jmp(catchEndLabel),
221 catchEndLabel,
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto33 bytes catchEndLabel = 6; field
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerUtils.ts79 let catchEndLabel = new Label();
189 pandaGen.label(arr, catchEndLabel);
Dcompiler.ts682 let catchEndLabel = endLabel ? endLabel : new Label();
703 pandaGen.branch(node, catchEndLabel);
709 pandaGen.label(node, catchEndLabel);