Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h185 …static JSHandle<JSTaggedValue> GetStarResolution(JSThread *thread, const JSHandle<JSTaggedValue> &…
Djs_module_source_text.cpp255 JSHandle<JSTaggedValue> result = GetStarResolution(thread, exportName, moduleRequest, in ResolveExport()
1295 JSHandle<JSTaggedValue> SourceTextModule::GetStarResolution(JSThread *thread, in GetStarResolution() function in panda::ecmascript::SourceTextModule