| 487 | |
| 488 | |
| 489 | static const char *kname (Proto *p, int c) { |
| 490 | if (ISK(c) && ttisstring(&p->k[INDEXK(c)])) |
| 491 | return svalue(&p->k[INDEXK(c)]); |
| 492 | else |
| 493 | return "?"; |
| 494 | } |
| 495 | |
| 496 | |
| 497 | static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos, |