Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncFunctionBuilder.ts110 pandaGen.asyncFunctionReject(NodeKind.Invalid, this.funcObj);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1208 asyncFunctionReject(node: ts.Node | NodeKind, asyncObj: VReg) { method in PandaGen