Home
last modified time | relevance | path

Searched refs:HandleAsyncScriptFunctionBody (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp33 ir::BlockStatement *PromiseVoidInferencePhase::HandleAsyncScriptFunctionBody(checker::ETSChecker *c… in HandleAsyncScriptFunctionBody() function in ark::es2panda::compiler::PromiseVoidInferencePhase
188 HandleAsyncScriptFunctionBody(checker, function->Body()->AsBlockStatement()); in Perform()
191 HandleAsyncScriptFunctionBody(checker, function->Body()->AsBlockStatement()); in Perform()
DpromiseVoid.h34 …ir::BlockStatement *HandleAsyncScriptFunctionBody(checker::ETSChecker *checker, ir::BlockStatement…