Searched defs:ThrowSyntaxError (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | defaultParameterLowering.h | 25 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 D | errorHandler.cpp | 20 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 D | scopesInitPhase.cpp | 383 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 D | parserImpl.cpp | 1230 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 D | slow_runtime_stub.cpp | 932 JSTaggedValue SlowRuntimeStub::ThrowSyntaxError(JSThread *thread, const char *message) in ThrowSyntaxError() function in panda::ecmascript::SlowRuntimeStub
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.cpp | 4335 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