| /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() argument
|
| /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() argument 28 void ErrorHandler::ThrowSyntaxError(const parser::Program *program, std::string_view errorMessage, in ThrowSyntaxError() argument
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | public.h | 64 std::string errorMessage; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | verify_pragma_info.h | 55 explicit ThrowVerifyErrorPragma(std::string errorMessage) in ThrowVerifyErrorPragma() argument 72 std::string errorMessage; member in maple::ThrowVerifyErrorPragma
|
| /arkcompiler/runtime_core/static_core/libziparchive/tests/ |
| H A D | libziparchive_tests.cpp | 295 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); in UnzipFileCheckTxt() local 343 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); in UnzipFileCheckPandaFile() local 401 std::string errorMessage = OpenArchiveAndCurrentFile(zipfile, filename, myfile, &entry); UnzipFileCheckInDirectory() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser.cpp | 1596 void RegExpParser::ParseError(const char *errorMessage) in ParseError() argument 1650 void RegExpParser::DoParserStackOverflowCheck(const char *errorMessage) in DoParserStackOverflowCheck() argument
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_parser.cpp | 1495 void RegExpParser::ParseError(const char *errorMessage) in ParseError() argument
|
| /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() argument 385 util::ErrorHandler::ThrowSyntaxError(Program(), errorMessage, pos); in ThrowSyntaxError() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | parserImpl.cpp | 1253 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const in ThrowSyntaxError() argument 1267 void ParserImpl::LogSyntaxError(std::string_view const errorMessage) in LogSyntaxError() argument 1290 void ParserImpl::LogSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) in LogSyntaxError() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | function.cpp | 1639 ValidateSignatureAccessibility(ETSObjectType *callee, const ir::CallExpression *callExpr, Signature *signature, const lexer::SourcePosition &pos, char const *errorMessage) ValidateSignatureAccessibility() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 4358 void ParserImpl::ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos) const in ThrowSyntaxError() argument 4363 throw Error {ErrorType::SYNTAX, errorMessage, loc.line, loc.col}; in ThrowSyntaxError() local
|