Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp25 CString &modulePath, CString &abcFilePath) in LoadModuleNameSpaceWithModuleInfo()
72 …edValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, CString modulePath) in LoadModuleNameSpace()
86 const CString& srcPrefix, const CString& requestPath, const CString& modulePath) in LoadFilePathWithinModule()
102 const CString &requestPath, const CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
Dmodule_path_helper.h305 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath()
Dmodule_path_helper.cpp1004 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/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp41 std::string modulePath; member
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp40 std::string_view modulePath; member
113 auto modulePath = idesc.GetImportedModule().GetName(); in GetSuspects() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp408 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts673 const modulePath = path.normalize(sourceFile.fileName); constant
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1544 CString modulePath = "modulePath"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6147 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local