Searched defs:throwError (Results 1 – 5 of 5) sorted by relevance
22 function throwError() { function
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()
398 bool throwError) in ParseTsThisTypeOrTsTypePredicate()641 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType()1615 …on *ParserImpl::ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) in ParseTsParenthesizedOrFunctionType()1683 bool throwError, bool abstractConstructor) in ParseTsFunctionType()3016 ir::TSTypeParameter *ParserImpl::ParseTsTypeParameter(bool throwError, bool addBinding) in ParseTsTypeParameter()3073 ir::TSTypeParameterDeclaration *ParserImpl::ParseTsTypeParameterDeclaration(bool throwError) in ParseTsTypeParameterDeclaration()3132 ir::TSTypeParameterInstantiation *ParserImpl::ParseTsTypeParameterInstantiation(bool throwError) in ParseTsTypeParameterInstantiation()
176 bool throwError = false; in GetSpreadElementType() local