Searched refs:luaF_getlocalname (Results 1 – 3 of 3) sorted by relevance
30 LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number,
163 const char *luaF_getlocalname (const Proto *f, int local_number, int pc) { in luaF_getlocalname() function
115 if (fp && (name = luaF_getlocalname(fp, n, currentpc(L, ci))) != NULL) in findlocal()503 *name = luaF_getlocalname(p, stackpos+1, pc); in getobjname()