Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
Dthrowdyn.js22 function throwError() { function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp449 … 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/
DdestructuringContext.cpp223 …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()
Dfunction.cpp711 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp224 …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()
Dfunction.cpp693 …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/parser/
DTypedParser.cpp647 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameter() local
1192 bool throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeParameterInstantiation() local
DTSparser.cpp627 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()
DASparser.cpp505 ir::TypeNode *ASParser::ParseParenthesizedOrFunctionType(bool throwError) in ParseParenthesizedOrFunctionType()
557 bool throwError = (((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0); in ParseTypeAnnotation() local
DETSparser.cpp2984 bool const throwError = ((*options) & TypeAnnotationParsingOptions::THROW_ERROR) != 0; in ParseTypeAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp174 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local
202 auto const throwError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
Dobject.cpp656 bool throwError = true; in ValidateOverriding() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp344 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1734 Label throwError(env); in StringConcat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6103 Label throwError(env); in ToObject() local