Searched defs:ThrowSyntaxError (Results 1 – 4 of 4) sorted by relevance
26 void ThrowingTypedParser::ThrowSyntaxError(std::string_view errorMessage) const in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser31 void ThrowingTypedParser::ThrowSyntaxError(std::initializer_list<std::string_view> list) const in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser36 void ThrowingTypedParser::ThrowSyntaxError(std::initializer_list<std::string_view> list, in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser48 void ThrowingTypedParser::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePositi… in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser
107 [[noreturn]] void ThrowSyntaxError(T &&...args) in ThrowSyntaxError() function
4390 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage) const in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl4395 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list) const in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl4400 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list, const lexer::Source… in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl4413 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) … in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
932 JSTaggedValue SlowRuntimeStub::ThrowSyntaxError(JSThread *thread, const char *message) in ThrowSyntaxError() function in panda::ecmascript::SlowRuntimeStub