| /arkcompiler/ets_runtime/test/moduletest/throwdyn/ |
| H A D | throwdyn.js | 22 function throwError() { function
|
| /third_party/jerryscript/tests/jerry/ |
| H A D | function-prototype-apply.js | 52 function throwError () function
|
| /base/global/i18n/interfaces/js/kits/src/ |
| H A D | error_util.cpp | 33 NapiThrow(napi_env env, int32_t errCode, const std::string& valueName, const std::string& valueContent, bool throwError) NapiThrow() argument
|
| H A D | i18n_system_addon.cpp | 373 napi_value I18nSystemAddon::GetDisplayCountryImpl(napi_env env, napi_callback_info info, bool throwError) in GetDisplayCountryImpl() argument 437 napi_value I18nSystemAddon::GetDisplayLanguageImpl(napi_env env, napi_callback_info info, bool throwError) in GetDisplayLanguageImpl() argument 497 napi_value I18nSystemAddon::GetSystemCountriesImpl(napi_env env, napi_callback_info info, bool throwError) in GetSystemCountriesImpl() argument 543 napi_value I18nSystemAddon::IsSuggestedImpl(napi_env env, napi_callback_info info, bool throwError) in IsSuggestedImpl() argument 588 SetSystemLanguageImpl(napi_env env, napi_callback_info info, bool throwError) SetSystemLanguageImpl() argument 629 SetSystemRegionImpl(napi_env env, napi_callback_info info, bool throwError) SetSystemRegionImpl() argument 670 SetSystemLocaleImpl(napi_env env, napi_callback_info info, bool throwError) SetSystemLocaleImpl() argument 711 Set24HourClockImpl(napi_env env, napi_callback_info info, bool throwError) Set24HourClockImpl() argument 752 AddPreferredLanguageImpl(napi_env env, napi_callback_info info, bool throwError) AddPreferredLanguageImpl() argument 800 RemovePreferredLanguageImpl(napi_env env, napi_callback_info info, bool throwError) RemovePreferredLanguageImpl() argument 852 SetUsingLocalDigitAddonImpl(napi_env env, napi_callback_info info, bool throwError) SetUsingLocalDigitAddonImpl() argument 897 ParseStringParam(napi_env env, napi_value argv, bool throwError, std::string &strParam) ParseStringParam() argument [all...] |
| /third_party/node/test/js-native-api/test_error/ |
| H A D | test_error.c | 30 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | arrayExpression.cpp | 176 bool throwError = false; in GetSpreadElementType() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | destructuringContext.cpp | 232 Type *ArrayDestructuringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType() argument 622 Type *ObjectDestructuringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType() argument
|
| H A D | function.cpp | 720 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | destructuringContext.cpp | 237 Type *ArrayDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() argument 627 Type *ObjectDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() argument
|
| H A D | function.cpp | 701 bool TSChecker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | TSAnalyzer.cpp | 211 bool throwError = false; in GetSpreadElementType() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ASparser.cpp | 525 ir::TypeNode *ASParser::ParseParenthesizedOrFunctionType(bool throwError) in ParseParenthesizedOrFunctionType() argument 610 ir::TypeNode *ASParser::ParseTypeAnnotationTokens(ir::TypeNode *type, bool throwError, in ParseTypeAnnotationTokens() argument 659 ir::TypeNode *ASParser::ParseTypeAnnotationTokensBitwiseOr(ir::TypeNode *type, bool throwError, bool isNullable) in ParseTypeAnnotationTokensBitwiseOr() argument 688 ir::TypeNode *ASParser::ParseTypeAnnotationTokenLeftSquareBracket(ir::TypeNode *type, bool throwError, bool isNullable) in ParseTypeAnnotationTokenLeftSquareBracket() argument [all...] |
| H A D | TSparser.cpp | 434 ir::TypeNode *TSParser::ParseThisType(bool throwError) in ParseThisType() argument 1139 ir::TypeNode *TSParser::ParseParenthesizedOrFunctionType(ir::TypeNode *typeAnnotation, bool throwError) in ParseParenthesizedOrFunctionType() argument 913 ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseThisTypeOrTypePredicate() argument 1208 ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseFunctionType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 2285 BRANCH(Int32GreaterThanOrEqual(newLength, Int32(EcmaString::MAX_STRING_LENGTH)), &throwError, &lessThanMax);
in StringConcat() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 490 ir::Expression *ParserImpl::ParseTsTemplateLiteralType(bool throwError) in ParseTsTemplateLiteralType() argument 748 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType() argument 840 ir::Expression *ParserImpl::ParseTsTypeOperatorOrTypeReference(bool throwError) in ParseTsTypeOperatorOrTypeReference() argument 462 ParseTsTypeReferenceOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseTsTypeReferenceOrTsTypePredicate() argument 476 ParseTsThisTypeOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseTsThisTypeOrTsTypePredicate() argument 1077 ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) ParseTsIndexAccessType() argument 1716 ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool throwError) ParseTsUnionType() argument 1762 ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, bool throwError) ParseTsIntersectionType() argument 1860 ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) ParseTsParenthesizedOrFunctionType() argument 1918 ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseTsFunctionType() argument 3812 ParseTsTypeParameter(bool throwError, bool addBinding, bool isAllowInOut) ParseTsTypeParameter() argument 3885 ParseTsTypeParameterDeclaration(bool throwError, bool isAllowInOut) ParseTsTypeParameterDeclaration() argument 3944 ParseTsTypeParameterInstantiation(bool throwError) ParseTsTypeParameterInstantiation() argument [all...] |
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 203 static napi_value throwError(napi_env env, napi_callback_info info)
in throwError() function
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 230 static napi_value throwError(napi_env env, napi_callback_info info) in throwError() function
|