Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.h25 … static JSHandle<JSTaggedValue> LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath,
Dnapi_module_loader.cpp47 …JSHandle<JSTaggedValue> nameSp = LoadModuleNameSpaceWithPath(thread, abcFilePath, requestPath, mod… in LoadModuleNameSpaceWithModuleInfo()
52 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &ab… in LoadModuleNameSpaceWithPath() function in panda::ecmascript::NapiModuleLoader