Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp24 CString &modulePath) in LoadModuleNameSpaceWithModuleInfo()
53 CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
Dmodule_path_helper.h301 inline static CString GetModuleNameWithPath(const CString modulePath) in GetModuleNameWithPath()
Dmodule_path_helper.cpp1027 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h93 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs()
103 bool LoadModule(const std::string &moduleName, const std::string &modulePath) in LoadModule()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp409 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts685 const modulePath = path.normalize(sourceFile.fileName); constant
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5847 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local