Searched defs:throwError (Results 1 – 5 of 5) sorted by relevance
22 function throwError() { function
438 … 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 …]
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()
713 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
176 bool throwError = false; in GetSpreadElementType() local