Searched refs:AsyncModuleExecutionRejected (Results 1 – 2 of 2) sorted by relevance
122 …static void AsyncModuleExecutionRejected(JSThread *thread, const JSHandle<SourceTextModule> &modul…
1962 AsyncModuleExecutionRejected(thread, m, JSTaggedValue::Exception()); in AsyncModuleExecutionFulfilled()1988 void SourceTextModule::AsyncModuleExecutionRejected(JSThread *thread, const JSHandle<SourceTextModu… in AsyncModuleExecutionRejected() function in panda::ecmascript::SourceTextModule2018 AsyncModuleExecutionRejected(thread, parentModule, error); in AsyncModuleExecutionRejected()2067 AsyncModuleExecutionRejected(thread, module, value.GetTaggedValue()); in AsyncModuleRejectedFunc()