Searched defs:requestPath (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 25 …STaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &requestPath, in LoadModuleNameSpaceWithModuleInfo() 56 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, in LoadModuleNameSpace() 85 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpace(EcmaVM *vm, CString requestPath, CStr… in LoadModuleNameSpace() 104 const CString& srcPrefix, const CString& requestPath, const CString& modulePath) in LoadFilePathWithinModule() 124 const CString &requestPath, const CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
|
| D | module_path_helper.cpp | 690 …id ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPath) in TranstaleExpressionInput() 767 void ModulePathHelper::ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) in ParseCrossModuleFile() 892 [[maybe_unused]] CString &baseFileName, const CString &recordName, CString &requestPath) in TranslateExpressionToNormalized() 933 [[maybe_unused]] const CString &baseFileName, CString &requestPath) in ConcatOtherNormalizedOhmurl() 972 const CString &moduleName, const CString &requestPath) in ConcatOtherNormalizedOhmurlWithFilePath()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 150 …CString requestPath = ModulePathHelper::Utf8ConvertToString(thread, specifierString.GetTaggedValue… in DynamicImportJob() local 280 …CString requestPath = ModulePathHelper::Utf8ConvertToString(thread, specifierString.GetTaggedValue… in HandleModuleException() local 285 JSHandle<JSPromiseReactionsFunction> reject, const CString &requestPath) in HandleModuleException()
|
| D | builtins_global.cpp | 730 CString requestPath = ModulePathHelper::Utf8ConvertToString(thread, input.GetTaggedValue()); in LoadNativeModule() local
|
| /arkcompiler/ets_runtime/ecmascript/module/static/ |
| D | static_module_loader.cpp | 32 bool StaticModuleLoader::CanTryLoadStaticModulePath(const CString &requestPath) in CanTryLoadStaticModulePath()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_job_test.cpp | 40 Local<StringRef> requestPath = StringRef::NewFromUtf8(vm, "requestPath"); in MockGetModule() local 115 JSHandle<JSTaggedValue> requestPath(factory->NewFromASCII("requestPath")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | static_module_loader_test.cpp | 66 Local<StringRef> requestPath = StringRef::NewFromUtf8(vm, "requestPath"); in MockGetModule() local 156 JSHandle<JSTaggedValue> requestPath(factory->NewFromASCII("requestPath")); in HWTEST_F_L0() local
|
| D | ecma_module_test.cpp | 390 CString requestPath = "pkg_modules@entry.@hw-agconnect.hmcore"; in HWTEST_F_L0() local 601 CString requestPath = "@arkui-x.test/moduleName/requestModuleName"; in HWTEST_F_L0() local 1486 CString requestPath = "@native:system.app"; in HWTEST_F_L0() local 1537 CString requestPath = "har"; in HWTEST_F_L0() local 1566 CString requestPath = "./@normalized:N&&&har/Index&1.0.0"; in HWTEST_F_L0() local 1606 CString requestPath = "har"; in HWTEST_F_L0() local 1638 CString requestPath = "@ohos/library/src/main/ets/Test"; in HWTEST_F_L0() local 1663 CString requestPath = "&har/Index&1.0.0"; in HWTEST_F_L0() local 1680 CString requestPath = "har/Index"; in HWTEST_F_L0() local 1818 CString requestPath = "@normalized:N&&&har/Index&1.0.0"; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6593 ecmascript::CString requestPath = file.c_str(); in GetModuleNameSpaceWithModuleInfo() local
|