/arkcompiler/ets_runtime/test/moduletest/throwdyn/ |
D | throwdyn.js | 22 function throwError() { function
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 449 … bool canBeTsTypePredicate, bool throwError) in ParseTsTypeReferenceOrTsTypePredicate() 463 bool throwError) in ParseTsThisTypeOrTsTypePredicate() 476 ir::Expression *ParserImpl::ParseTsTemplateLiteralType(bool throwError) in ParseTsTemplateLiteralType() 732 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType() 822 ir::Expression *ParserImpl::ParseTsTypeOperatorOrTypeReference(bool throwError) in ParseTsTypeOperatorOrTypeReference() 1059 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType() 1828 …on *ParserImpl::ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) in ParseTsParenthesizedOrFunctionType() 1884 bool throwError, bool abstractConstructor) in ParseTsFunctionType() 3630 ir::TSTypeParameter *ParserImpl::ParseTsTypeParameter(bool throwError, bool addBinding, bool isAllo… in ParseTsTypeParameter() 3736 ir::TSTypeParameterDeclaration *ParserImpl::ParseTsTypeParameterDeclaration(bool throwError, bool i… in ParseTsTypeParameterDeclaration() [all …]
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | destructuringContext.cpp | 223 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType() 609 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType()
|
D | function.cpp | 711 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
D | destructuringContext.cpp | 224 …ringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() 610 …ringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType()
|
D | function.cpp | 693 …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/parser/ |
D | TypedParser.cpp | 647 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameter() local 1192 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameterInstantiation() local
|
D | TSparser.cpp | 627 ir::TypeNode *TSParser::ParseThisType(bool throwError) in ParseThisType() 1118 bool throwError) in ParseThisTypeOrTypePredicate() 1357 …TypeNode *TSParser::ParseParenthesizedOrFunctionType(ir::TypeNode *typeAnnotation, bool throwError) in ParseParenthesizedOrFunctionType() 1426 …Parser::ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, in ParseFunctionType()
|
D | ASparser.cpp | 505 ir::TypeNode *ASParser::ParseParenthesizedOrFunctionType(bool throwError) in ParseParenthesizedOrFunctionType() 557 bool throwError = (((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0); in ParseTypeAnnotation() local
|
D | ETSparser.cpp | 2984 bool const throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeAnnotation() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | function.cpp | 174 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local 202 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
|
D | object.cpp | 656 bool throwError = true; in ValidateOverriding() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | TSAnalyzer.cpp | 344 bool throwError = false; in GetSpreadElementType() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 1734 Label throwError(env); in StringConcat() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.cpp | 6103 Label throwError(env); in ToObject() local
|