Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncGeneratorFunctionBuilder.ts345 pandaGen.asyncgeneratorreject(node, this.funcObj); // exception is in acc
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1174 asyncgeneratorreject(node: ts.Node, genObj: VReg): void { method in PandaGen