Home
last modified time | relevance | path

Searched refs:skipThrow (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts147 let skipThrow = new Label();
150 pg.condition(this.node, ts.SyntaxKind.ExclamationEqualsToken, exception, skipThrow);
156 pg.label(this.node, skipThrow);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp139 Label skipThrow; in StackOverflowCheck() local
142 __ B(Condition::GT, &skipThrow); in StackOverflowCheck()
145 __ Bind(&skipThrow); in StackOverflowCheck()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1120 auto *skipThrow = AllocLabel(); in EmitRethrow() local
1131 ra_.Emit<Jeqz>(node, skipThrow); in EmitRethrow()
1137 SetLabel(node, skipThrow); in EmitRethrow()