Home
last modified time | relevance | path

Searched defs:requestPath (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp25 …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()
Dmodule_path_helper.cpp690 …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/
Dbuiltins_promise_job.cpp150 …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()
Dbuiltins_global.cpp730 CString requestPath = ModulePathHelper::Utf8ConvertToString(thread, input.GetTaggedValue()); in LoadNativeModule() local
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_loader.cpp32 bool StaticModuleLoader::CanTryLoadStaticModulePath(const CString &requestPath) in CanTryLoadStaticModulePath()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_job_test.cpp40 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/
Dstatic_module_loader_test.cpp66 Local<StringRef> requestPath = StringRef::NewFromUtf8(vm, "requestPath"); in MockGetModule() local
156 JSHandle<JSTaggedValue> requestPath(factory->NewFromASCII("requestPath")); in HWTEST_F_L0() local
Decma_module_test.cpp390 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/
Djsnapi_expo.cpp6593 ecmascript::CString requestPath = file.c_str(); in GetModuleNameSpaceWithModuleInfo() local