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.cpp310 errorMsg_ = ss.str(); in Parse()
319 errorMsg_ = "--input and --base64Input can not be used simultaneously"; in Parse()
324 errorMsg_ = "--output and --base64Output can not be used simultaneously"; in Parse()
329 errorMsg_ = "[--module] and [--commonjs] can not be used simultaneously"; in Parse()
354 errorMsg_ = "Invalid extension (available options: js, ts, as)"; in Parse()
405 errorMsg_ = "The input string is not a valid base64 data"; in Parse()
463 errorMsg_ = "--generate-patch and --hot-reload can not be used simultaneously"; in Parse()
467 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.h146 return CString(errorMsg_); in GetErrorMsg()
262 char errorMsg_[TMP_BUF_SIZE] = {0}; // NOLINTNEXTLINE(modernize-avoid-c-arrays) variable
Dregexp_parser.cpp1460 if (memcpy_s(errorMsg_, length, errorMessage, length) != EOK) { in ParseError()