Home
last modified time | relevance | path

Searched refs:getfuncname (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dldebug.c248 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() function
292 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()