Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp68 auto *notThrowCompletion = pg_->AllocLabel(); in Yield() local
69 if (notReturnCompletion == nullptr || normalCompletion == nullptr || notThrowCompletion == nullptr) { in Yield()
99 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, completionType, notThrowCompletion); in Yield()
102 pg_->SetLabel(node, notThrowCompletion); in Yield()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp103 auto *notThrowCompletion = pg_->AllocLabel(); in Yield() local
136 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, resumeType, notThrowCompletion); in Yield()
139 pg_->SetLabel(node, notThrowCompletion); in Yield()

Completed in 2 milliseconds