Home
last modified time | relevance | path

Searched refs:normalCompletion (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp67 auto *normalCompletion = pg_->AllocLabel(); in Yield() local
69 if (notReturnCompletion == nullptr || normalCompletion == nullptr || notThrowCompletion == nullptr) { in Yield()
85 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, completionType, normalCompletion); in Yield()
89 pg_->SetLabel(node, normalCompletion); in Yield()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp102 auto *normalCompletion = pg_->AllocLabel(); in Yield() local
122 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, resumeType, normalCompletion); in Yield()
126 pg_->SetLabel(node, normalCompletion); in Yield()

Completed in 2 milliseconds