Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
Dthrowdyn.js22 function throwError() { function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp438 … bool canBeTsTypePredicate, bool throwError) in ParseTsTypeReferenceOrTsTypePredicate()
452 bool throwError) in ParseTsThisTypeOrTsTypePredicate()
465 ir::Expression *ParserImpl::ParseTsTemplateLiteralType(bool throwError) in ParseTsTemplateLiteralType()
702 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType()
789 ir::Expression *ParserImpl::ParseTsTypeOperatorOrTypeReference(bool throwError) in ParseTsTypeOperatorOrTypeReference()
1024 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType()
1746 …on *ParserImpl::ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) in ParseTsParenthesizedOrFunctionType()
1802 bool throwError, bool abstractConstructor) in ParseTsFunctionType()
3281 ir::TSTypeParameter *ParserImpl::ParseTsTypeParameter(bool throwError, bool addBinding) in ParseTsTypeParameter()
3338 ir::TSTypeParameterDeclaration *ParserImpl::ParseTsTypeParameterDeclaration(bool throwError) 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.cpp713 …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