| 4995 | |
| 4996 | |
| 4997 | static const char *kname (Proto *p, int c) { |
| 4998 | if (ISK(c) && ttisstring(&p->k[INDEXK(c)])) |
| 4999 | return svalue(&p->k[INDEXK(c)]); |
| 5000 | else |
| 5001 | return "?"; |
| 5002 | } |
| 5003 | |
| 5004 | |
| 5005 | static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos, |