| /arkcompiler/ets_runtime/test/moduletest/throwdyn/ |
| D | throwdyn.js | 22 function throwError() { function
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 460 … 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/ |
| D | ASparser.cpp | 525 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
|
| D | ETSparserTypes.cpp | 425 bool const throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeAnnotation() local
|
| D | TSparser.cpp | 434 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()
|
| D | TypedParser.cpp | 669 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameter() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 232 …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()
|
| D | function.cpp | 721 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 237 …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()
|
| D | function.cpp | 701 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 176 bool throwError = false; in GetSpreadElementType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 292 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
|
| D | object.cpp | 947 bool throwError = true; in ValidateOverriding() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 336 Label throwError(env); in ToString() local
|
| D | builtins_string_stub_builder.cpp | 2174 Label throwError(env); in StringConcat() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 211 bool throwError = false; in GetSpreadElementType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 1150 Label throwError(env_); in ToObject() local
|
| D | stub_builder.cpp | 8533 Label throwError(env); in GetIterator() local
|