Home
last modified time | relevance | path

Searched defs:packageName (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-version-update/
DcompileContextInfo.json8 "packageName": "myapp", string
17 "packageName": "lib", string
26 "packageName": "@ohos/lib", string
35 "packageName": "lib2", string
44 "packageName": "@ohos/lib2", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/
DcompileContextInfo.json8 "packageName": "myapp", string
17 "packageName": "bytecodehar1", string
26 "packageName": "@ohos/bytecodehar2", string
35 "packageName": "sourcehar", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json8 "packageName": "myapp", string
17 "packageName": "bytecodehar1", string
26 "packageName": "@ohos/bytecodehar2", string
35 "packageName": "sourcehar", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json8 "packageName": "myapp", string
17 "packageName": "bytecodehar1", string
26 "packageName": "@ohos/bytecodehar2", string
35 "packageName": "sourcehar", string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.js32 const makePrefix = (packageName) => 'L' + packageName.replace('.', '/') + '/'; argument
33 const getClass = (name, packageName) => etsVm.getClass(makePrefix(packageName ?? ETS_MODULE_NAME) +… argument
34 const getFunction = (name, packageName) => etsVm.getFunction(makePrefix(packageName ?? ETS_MODULE_N… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/abc2program/update-version/
DcompileContextInfo.json7 "packageName": "package", string
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsQualifiedName.cpp85 util::UString packageName(allocator); in ToString() local
108 util::UString packageName(allocator); in BaseToString() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dsource_map_test.cpp257 …TranslateUrlPositionBySourceMap(std::string &url, int &line, int &column, std::string& packageName) in TranslateUrlPositionBySourceMap()
321 std::string packageName; in HWTEST_F_L0() local
582 std::string packageName; in HWTEST_F_L0() local
592 std::string packageName; in HWTEST_F_L0() local
603 std::string packageName; in HWTEST_F_L0() local
614 std::string packageName; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp115 std::string packageName = util::GetPkgNameFromNormalizedOhmurl(ohmurl); in UpdatePackageVersionIfNeeded() local
140 std::string packageName = util::GetPkgNameFromNormalizedOhmurl(ohmurl); in UpdatePackageNameIfNeeded() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp27 napi_value GetETSFunction(napi_env env, std::string_view packageName, std::string_view methodName) in GetETSFunction()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h57 std::string packageName; member
64 char packageName[PACKAGENAME_MAX]; member
109 char packageName[PACKAGENAME_MAX]; member
Djs_stackinfo.cpp579 std::string packageName; in ParseJsFrameInfo() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h158 …static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key,… in ValidateOtherTags()
175 …static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool… in CheckLocales()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp344 void SourceMap::GetPackageName(std::string& url, std::string& packageName) in GetPackageName()
374 …TranslateUrlPositionBySourceMap(std::string& url, int& line, int& column, std::string& packageName) in TranslateUrlPositionBySourceMap()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp526 CString packageName = info.npmPackageName; in ParseOhpmPackage() local
554 CString packageName = info.npmPackageName; // pkg_modules/.ohpm/pkgName/pkg_modules/pkgName in ParseThirdPartyPackage() local
841 const CString &packageName) in GetPkgContextInfoListElements()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h247 void SetProcessPackageName(const char *packageName) in SetProcessPackageName()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h443 …static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key,… in ValidateOtherTags()
461 …static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool… in CheckLocales()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h48 std::string packageName = ""; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp68 std::string packageName; in GetEtsFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp655 …auto cb = [&resultUrl](std::string& url, int& line, int& column, std::string& packageName) -> bool… in HWTEST_F_L0()
671 std::string packageName = ""; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp759 auto packageName = classDefProgram->ModuleName().Mutf8(); in GetQualifiedClassName() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1048 std::string &packageName) in TranslateJSStackInfo()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1297 auto packageName = in ParsePackageDeclaration() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument