Searched defs:packageName (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_proxy.cpp | 27 napi_value GetETSFunction(napi_env env, std::string_view packageName, std::string_view methodName) in GetETSFunction() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | commonUtil.cpp | 105 std::string packageName = util::GetPkgNameFromNormalizedOhmurl(ohmurl); in UpdatePackageVersionIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ets_vm_plugin.cpp | 68 std::string packageName; in GetEtsFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | locale_helper.h | 158 static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key, bool &res) in ValidateOtherTags() argument 175 static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool &res) in CheckLocales() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | runtime.h | 247 void SetProcessPackageName(const char *packageName) in SetProcessPackageName() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | utilityTypeHandlers.cpp | 325 auto packageName = classDefProgram->ModuleName().Mutf8(); in GetQualifiedClassName() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_path_helper.cpp | 548 CString packageName = info.npmPackageName; in ParseOhpmPackage() local 577 CString packageName = info.npmPackageName; // pkg_modules/.ohpm/pkgName/pkg_modules/pkgName in ParseThirdPartyPackage() local 862 GetPkgContextInfoListElements(EcmaVM *vm, CString &moduleName, CString &packageName) GetPkgContextInfoListElements() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_locale.h | 443 static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key, bool &res) in ValidateOtherTags() argument 461 static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool &res) in CheckLocales() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparser.cpp | 1063 auto packageName = in ParsePackageDeclaration() local
|
Completed in 12 milliseconds