Home
last modified time | relevance | path

Searched defs:requestPath (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dnapi_module_loader.cpp23 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &requestPath, in LoadModuleNameSpaceWithModuleInfo() argument
49 LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath, CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) LoadModuleNameSpaceWithPath() argument
[all...]
H A Dmodule_path_helper.cpp714 void ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPath) in TranstaleExpressionInput() argument
791 ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) ParseCrossModuleFile() argument
916 TranslateExpressionToNormalized(JSThread *thread, const JSPandaFile *jsPandaFile, [[maybe_unused]] CString &baseFileName, const CString &recordName, CString &requestPath) TranslateExpressionToNormalized() argument
957 ConcatOtherNormalizedOhmurl(EcmaVM *vm, const JSPandaFile *jsPandaFile, [[maybe_unused]] CString &baseFileName, CString &requestPath) ConcatOtherNormalizedOhmurl() argument
992 ConcatOtherNormalizedOhmurlWithFilePath(EcmaVM *vm, size_t filePathPos, CString &moduleName, const CString &requestPath) ConcatOtherNormalizedOhmurlWithFilePath() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp148 CString requestPath = ModulePathHelper::Utf8ConvertToString(specifierString.GetTaggedValue()); in DynamicImportJob() local
[all...]
H A Dbuiltins_global.cpp735 CString requestPath = ModulePathHelper::Utf8ConvertToString(input.GetTaggedValue()); in LoadNativeModule() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp309 CString requestPath = "pkg_modules@entry.@hw-agconnect.hmcore"; in HWTEST_F_L0() local
520 CString requestPath = "@arkui-x.test/moduleName/requestModuleName"; in HWTEST_F_L0() local
1262 CString requestPath = "@native:system.app"; HWTEST_F_L0() local
1312 CString requestPath = "har"; HWTEST_F_L0() local
1341 CString requestPath = "./@normalized:N&&&har/Index&1.0.0"; HWTEST_F_L0() local
1380 CString requestPath = "har"; HWTEST_F_L0() local
1406 CString requestPath = "@ohos/library/src/main/ets/Test"; HWTEST_F_L0() local
1431 CString requestPath = "&har/Index&1.0.0"; HWTEST_F_L0() local
1448 CString requestPath = "har/Index"; HWTEST_F_L0() local
2247 CString requestPath = "@normalized:N&&&har/Index&1.0.0"; HWTEST_F_L0() local
2284 CString requestPath = "@normalized:N&&&har/Index&1.0.0"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5950 ecmascript::CString requestPath = file.c_str(); in GetModuleNameSpaceWithModuleInfo() local

Completed in 24 milliseconds