Home
last modified time | relevance | path

Searched defs:throwError (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
Dthrowdyn.js22 function throwError() { function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp460 … bool canBeTsTypePredicate, bool throwError) in ParseTsTypeReferenceOrTsTypePredicate()
474 bool throwError) in ParseTsThisTypeOrTsTypePredicate()
487 ir::Expression *ParserImpl::ParseTsTemplateLiteralType(bool throwError) in ParseTsTemplateLiteralType()
745 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType()
837 ir::Expression *ParserImpl::ParseTsTypeOperatorOrTypeReference(bool throwError) in ParseTsTypeOperatorOrTypeReference()
1074 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType()
1713 …nionType *ParserImpl::ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool throwError) in ParseTsUnionType()
1760 bool throwError) in ParseTsIntersectionType()
1857 …on *ParserImpl::ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) in ParseTsParenthesizedOrFunctionType()
1916 bool throwError, bool abstractConstructor) in ParseTsFunctionType()
[all …]
/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp525 ir::TypeNode *ASParser::ParseParenthesizedOrFunctionType(bool throwError) in ParseParenthesizedOrFunctionType()
610 ir::TypeNode *ASParser::ParseTypeAnnotationTokens(ir::TypeNode *type, bool throwError, in ParseTypeAnnotationTokens()
659 ir::TypeNode *ASParser::ParseTypeAnnotationTokensBitwiseOr(ir::TypeNode *type, bool throwError, boo… in ParseTypeAnnotationTokensBitwiseOr()
688 …arser::ParseTypeAnnotationTokenLeftSquareBracket(ir::TypeNode *type, bool throwError, bool isNulla… in ParseTypeAnnotationTokenLeftSquareBracket()
744 bool throwError = (((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0); in ParseTypeAnnotation() local
DETSparserTypes.cpp425 bool const throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeAnnotation() local
DTSparser.cpp434 ir::TypeNode *TSParser::ParseThisType(bool throwError) in ParseThisType()
914 bool throwError) in ParseThisTypeOrTypePredicate()
1139 …TypeNode *TSParser::ParseParenthesizedOrFunctionType(ir::TypeNode *typeAnnotation, bool throwError) in ParseParenthesizedOrFunctionType()
1208 …Parser::ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, in ParseFunctionType()
DTypedParser.cpp669 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameter() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp232 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType()
622 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType()
Dfunction.cpp721 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp237 …ringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType()
627 …ringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType()
Dfunction.cpp701 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp176 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp292 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local
328 … const std::vector<bool> &argTypeInferenceRequired, bool throwError) in ValidateSignatureRequiredParams()
418 TypeRelationFlag flags, bool throwError) in ValidateSignatureRestParams()
549 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
Dobject.cpp947 bool throwError = true; in ValidateOverriding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp336 Label throwError(env); in ToString() local
Dbuiltins_string_stub_builder.cpp2174 Label throwError(env); in StringConcat() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp211 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1150 Label throwError(env_); in ToObject() local
Dstub_builder.cpp8533 Label throwError(env); in GetIterator() local