Searched refs:LoadFilePathWithinModule (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 67 return LoadFilePathWithinModule(thread, abcFilePath, srcPrefix, requestPath, path); in LoadModuleNameSpace() 80 return LoadFilePathWithinModule(thread, abcFilePath, srcPrefix, requestPath, modulePath); in LoadModuleNameSpace() 85 JSHandle<JSTaggedValue> NapiModuleLoader::LoadFilePathWithinModule(JSThread *thread, const CString&… in LoadFilePathWithinModule() function in panda::ecmascript::NapiModuleLoader
|
| D | napi_module_loader.h | 38 …static JSHandle<JSTaggedValue> LoadFilePathWithinModule(JSThread *thread, const CString& abcFilePa…
|