Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncFunctionBuilder.ts64 this.pg.asyncFunctionResolve(node, this.funcObj);
70 this.pg.asyncFunctionResolve(node, this.funcObj);
101 pandaGen.asyncFunctionResolve(node, this.funcObj);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1204 asyncFunctionResolve(node: ts.Node | NodeKind, asyncObj: VReg) { method in PandaGen