Home
last modified time | relevance | path

Searched defs:ThrowSyntaxError (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.h25 void ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos, in ThrowSyntaxError() function in ark::es2panda::compiler::DefaultParameterLowering
/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorHandler.cpp20 void ErrorHandler::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const in ThrowSyntaxError() function in ark::es2panda::util::ErrorHandler
28 void ErrorHandler::ThrowSyntaxError(const parser::Program *program, std::string_view errorMessage, in ThrowSyntaxError() function in ark::es2panda::util::ErrorHandler
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp383 void ScopesInitPhase::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const in ThrowSyntaxError() function in ark::es2panda::compiler::ScopesInitPhase
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp1230 void ParserImpl::ThrowSyntaxError(std::string_view const errorMessage) const ThrowSyntaxError() function in ark::es2panda::parser::ParserImpl
1235 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list) const ThrowSyntaxError() function in ark::es2panda::parser::ParserImpl
1240 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list, const lexer::SourcePosition &pos) const ThrowSyntaxError() function in ark::es2panda::parser::ParserImpl
1253 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const ThrowSyntaxError() function in ark::es2panda::parser::ParserImpl
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp932 JSTaggedValue SlowRuntimeStub::ThrowSyntaxError(JSThread *thread, const char *message) in ThrowSyntaxError() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4335 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage) const ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4340 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list) const ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4345 void ParserImpl::ThrowSyntaxError(std::initializer_list<std::string_view> list, const lexer::SourcePosition &pos) const ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
4358 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const ThrowSyntaxError() function in panda::es2panda::parser::ParserImpl
[all...]

Completed in 12 milliseconds