Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h267 void CheckFailed(std::string errorString, size_t highlightIdx) const;
Dgate.cpp31 void Gate::CheckFailed(std::string errorString, size_t highlightIdx) const in CheckFailed() argument
35 LOG_COMPILER(FATAL) << "Note: " << errorString; in CheckFailed()