Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp74 … return LoadFilePathWithinModule<isHybrid>(thread, abcFilePath, srcPrefix, requestPath, path); in LoadModuleNameSpace()
93 …return LoadFilePathWithinModule<isHybrid>(thread, abcFilePath, srcPrefix, requestPath, modulePath); in LoadModuleNameSpace()
103 JSHandle<JSTaggedValue> NapiModuleLoader::LoadFilePathWithinModule(JSThread *thread, const CString&… in LoadFilePathWithinModule() function in panda::ecmascript::NapiModuleLoader
118 template JSHandle<JSTaggedValue> NapiModuleLoader::LoadFilePathWithinModule<ForHybridApp::Normal>(J…
120 template JSHandle<JSTaggedValue> NapiModuleLoader::LoadFilePathWithinModule<ForHybridApp::Hybrid>(J…
Dnapi_module_loader.h47 static JSHandle<JSTaggedValue> LoadFilePathWithinModule(