Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1873 JSHandle<SourceTextModule> parentModule(thread, asyncParentModules->Get(idx)); in GatherAvailableAncestors() local
1875 cycleRoot.Update(parentModule->GetCycleRoot()); in GatherAvailableAncestors()
1876 if (execList.find(parentModule) == execList.end() && in GatherAvailableAncestors()
1879 ASSERT(parentModule->GetStatus() == ModuleStatus::EVALUATING_ASYNC); in GatherAvailableAncestors()
1881 ASSERT(parentModule->GetEvaluationError() == SourceTextModule::UNDEFINED_INDEX); in GatherAvailableAncestors()
1883 ASSERT(parentModule->IsAsyncEvaluating()); in GatherAvailableAncestors()
1885 ASSERT(parentModule->GetPendingAsyncDependencies() > 0); in GatherAvailableAncestors()
1887parentModule->SetPendingAsyncDependencies(parentModule->GetPendingAsyncDependencies() - 1); in GatherAvailableAncestors()
1891 if (parentModule->GetPendingAsyncDependencies() == 0) { in GatherAvailableAncestors()
1892 execList.insert(parentModule); in GatherAvailableAncestors()
[all …]