| 1991 | } |
| 1992 | |
| 1993 | Json::Value Target::DumpPrecompileHeader(JBT<std::string> const& header) |
| 1994 | { |
| 1995 | Json::Value precompileHeader = Json::objectValue; |
| 1996 | precompileHeader["header"] = header.Value; |
| 1997 | this->AddBacktrace(precompileHeader, header.Backtrace); |
| 1998 | return precompileHeader; |
| 1999 | } |
| 2000 | |
| 2001 | Json::Value Target::DumpLanguageStandard(JBTs<std::string> const& standard) |
| 2002 | { |
no test coverage detected