Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h216 static ModuleStatus GetModuleEvaluatingType(JSThread *thread, StateVisit &stateVisit,
Djs_module_source_text.cpp1159 return GetModuleEvaluatingType(thread, stateVisit, module) == ModuleStatus::EVALUATED; in IsEvaluatedModule()
1162 ModuleStatus SourceTextModule::GetModuleEvaluatingType(JSThread *thread, StateVisit &stateVisit, in GetModuleEvaluatingType() function in panda::ecmascript::SourceTextModule