| 1997 | } |
| 1998 | |
| 1999 | void GluaDecompileContext::reset_error() |
| 2000 | { |
| 2001 | this->error_ss.clear(); |
| 2002 | } |
| 2003 | |
| 2004 | std::string ProcessCode(GluaDecompileContextP ctx, Proto* f, int indent, int func_checking, std::string funcnumstr) |
| 2005 | { |
no test coverage detected