Home
last modified time | relevance | path

Searched defs:throwError (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
H A Dthrowdyn.js22 function throwError() { function
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-apply.js52 function throwError () function
/base/global/i18n/interfaces/js/kits/src/
H A Derror_util.cpp33 NapiThrow(napi_env env, int32_t errCode, const std::string& valueName, const std::string& valueContent, bool throwError) NapiThrow() argument
H A Di18n_system_addon.cpp373 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 Dtest_error.c30 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp176 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp232 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 Dfunction.cpp720 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp237 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 Dfunction.cpp701 bool TSChecker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp211 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp525 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 DTSparser.cpp434 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 Dbuiltins_string_stub_builder.cpp2285 BRANCH(Int32GreaterThanOrEqual(newLength, Int32(EcmaString::MAX_STRING_LENGTH)), &throwError, &lessThanMax); in StringConcat() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp490 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 Dnapi_test.cpp203 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 Dnapi_test.cpp230 static napi_value throwError(napi_env env, napi_callback_info info) in throwError() function

Completed in 55 milliseconds