Searched defs:requestPath (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 24 …STaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &requestPath, in LoadModuleNameSpaceWithModuleInfo() 50 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, in LoadModuleNameSpace() 72 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, CStr… 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()
|
| D | module_path_helper.cpp | 692 …id ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPath) in TranstaleExpressionInput() 769 void ModulePathHelper::ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) in ParseCrossModuleFile() 894 [[maybe_unused]] CString &baseFileName, const CString &recordName, CString &requestPath) in TranslateExpressionToNormalized() 935 [[maybe_unused]] const CString &baseFileName, CString &requestPath) in ConcatOtherNormalizedOhmurl() 970 const CString &moduleName, const CString &requestPath) in ConcatOtherNormalizedOhmurlWithFilePath()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 148 CString requestPath = ModulePathHelper::Utf8ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() local
|
| D | builtins_global.cpp | 732 CString requestPath = ModulePathHelper::Utf8ConvertToString(input.GetTaggedValue()); in LoadNativeModule() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 312 CString requestPath = "pkg_modules@entry.@hw-agconnect.hmcore"; in HWTEST_F_L0() local 523 CString requestPath = "@arkui-x.test/moduleName/requestModuleName"; in HWTEST_F_L0() local 1391 CString requestPath = "@native:system.app"; in HWTEST_F_L0() local 1441 CString requestPath = "har"; in HWTEST_F_L0() local 1470 CString requestPath = "./@normalized:N&&&har/Index&1.0.0"; in HWTEST_F_L0() local 1509 CString requestPath = "har"; in HWTEST_F_L0() local 1535 CString requestPath = "@ohos/library/src/main/ets/Test"; in HWTEST_F_L0() local 1560 CString requestPath = "&har/Index&1.0.0"; in HWTEST_F_L0() local 1577 CString requestPath = "har/Index"; in HWTEST_F_L0() local 1715 CString requestPath = "@normalized:N&&&har/Index&1.0.0"; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6146 ecmascript::CString requestPath = file.c_str(); in GetModuleNameSpaceWithModuleInfo() local
|