Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp150 auto *throwCompletion = pg_->AllocLabel(); in YieldStar() local
175 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_STRICT_EQUAL, receivedType, throwCompletion); in YieldStar()
180 pg_->SetLabel(node, throwCompletion); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp182 auto *throwCompletion = pg_->AllocLabel(); in YieldStar() local
208 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_STRICT_EQUAL, receivedType, throwCompletion); in YieldStar()
213 pg_->SetLabel(node, throwCompletion); in YieldStar()

Completed in 3 milliseconds