Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp58 pg_->AsyncFunctionReject(node, funcObj_); in CleanUp()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h390 void AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj);
Dpandagen.cpp1446 void PandaGen::AsyncFunctionReject(const ir::AstNode *node, VReg asyncFuncObj) in AsyncFunctionReject() function in panda::es2panda::compiler::PandaGen