Home
last modified time | relevance | path

Searched refs:errorMsg_ (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
Doptions.h55 return errorMsg_; in ErrorMsg()
60 std::string errorMsg_; variable
Doptions.cpp57 errorMsg_ = ss.str(); in Parse()
/arkcompiler/toolchain/tooling/
Ddispatcher.h81 std::string errorMsg_ {};
98 return errorMsg_; in GetMessage()
112 std::string errorMsg_ {};
Ddispatcher.cpp97 response.errorMsg_ = msg; in Create()
106 response.errorMsg_ = error.value(); in Create()
120 response.errorMsg_ = message; in Fail()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp309 errorMsg_ = ss.str(); in Parse()
318 errorMsg_ = "--input and --base64Input can not be used simultaneously"; in Parse()
323 errorMsg_ = "--output and --base64Output can not be used simultaneously"; in Parse()
328 errorMsg_ = "[--module] and [--commonjs] can not be used simultaneously"; in Parse()
353 errorMsg_ = "Invalid extension (available options: js, ts, as)"; in Parse()
404 errorMsg_ = "The input string is not a valid base64 data"; in Parse()
462 errorMsg_ = "--generate-patch and --hot-reload can not be used simultaneously"; in Parse()
466 errorMsg_ = "--cold-fix can not be used without --generate-patch"; in Parse()
Doptions.h95 return errorMsg_; in ErrorMsg()
144 std::string errorMsg_; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h147 return CString(errorMsg_); in GetErrorMsg()
265 char errorMsg_[TMP_BUF_SIZE] = {0}; // NOLINTNEXTLINE(modernize-avoid-c-arrays) variable
Dregexp_parser.cpp1465 if (memcpy_s(errorMsg_, length, errorMessage, length) != EOK) { in ParseError()