Searched refs:HandleAsyncScriptFunctionBody (Results 1 – 2 of 2) sorted by relevance
33 ir::BlockStatement *PromiseVoidInferencePhase::HandleAsyncScriptFunctionBody(checker::ETSChecker *c… in HandleAsyncScriptFunctionBody() function in ark::es2panda::compiler::PromiseVoidInferencePhase188 HandleAsyncScriptFunctionBody(checker, function->Body()->AsBlockStatement()); in Perform()191 HandleAsyncScriptFunctionBody(checker, function->Body()->AsBlockStatement()); in Perform()
34 …ir::BlockStatement *HandleAsyncScriptFunctionBody(checker::ETSChecker *checker, ir::BlockStatement…