Home
last modified time | relevance | path

Searched defs:ThrowSyntaxError (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DThrowingTypedParser.cpp26 void ThrowingTypedParser::ThrowSyntaxError(std::string_view errorMessage) const in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser
31 void ThrowingTypedParser::ThrowSyntaxError(std::initializer_list<std::string_view> list) const in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser
36 void ThrowingTypedParser::ThrowSyntaxError(std::initializer_list<std::string_view> list, in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser
48 void ThrowingTypedParser::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePositi… in ThrowSyntaxError() function in ark::es2panda::parser::ThrowingTypedParser
/arkcompiler/ets_frontend/ets2panda/util/
DdiagnosticEngine.h107 [[noreturn]] void ThrowSyntaxError(T &&...args) in ThrowSyntaxError() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4390 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage) const in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4395 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list) const in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4400 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list, const lexer::Source… in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4413 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) … in ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp932 JSTaggedValue SlowRuntimeStub::ThrowSyntaxError(JSThread *thread, const char *message) in ThrowSyntaxError() function in panda::ecmascript::SlowRuntimeStub