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