Searched refs:errorString (Results 1 – 3 of 3) sorted by relevance
270 void CheckFailed(std::string errorString, size_t highlightIdx) const;
31 void Gate::CheckFailed(std::string errorString, size_t highlightIdx) const in CheckFailed() argument35 LOG_COMPILER(FATAL) << "Note: " << errorString; in CheckFailed()
570 auto errorString = env->CallObjectMethod(error, toStringMethod); in ErrorDescribe() local581 env->CallVoidMethod(consoleObj, printlnMethod, errorString); in ErrorDescribe()