Home
last modified time | relevance | path

Searched refs:AsyncYield (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.h74 void AsyncYield(const ir::AstNode *node, VReg completionType, VReg completionValue) const;
H A DfunctionBuilder.cpp55 void FunctionBuilder::AsyncYield(const ir::AstNode *node, VReg completionType, VReg completionValue) const in AsyncYield() function in ark::es2panda::compiler::FunctionBuilder
258 AsyncYield(node, receivedType, receivedValue); in YieldStar()
H A DasyncGeneratorFunctionBuilder.cpp64 AsyncYield(node, completionType, completionValue); in Yield()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.h76 void AsyncYield(const ir::AstNode *node, VReg value, VReg completionType, VReg completionValue) const;
H A DfunctionBuilder.cpp78 void FunctionBuilder::AsyncYield(const ir::AstNode *node, VReg value, VReg completionType, VReg completionValue) const in AsyncYield() function in panda::es2panda::compiler::FunctionBuilder
293 AsyncYield(node, iterValue, receivedType, receivedValue); in YieldStar()
H A DasyncGeneratorFunctionBuilder.cpp109 AsyncYield(node, value, resumeType, resumeValue); in Yield()

Completed in 3 milliseconds