Searched refs:lua_getinfo (Results 1 – 7 of 7) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldblib.c | 118 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 219 lua_assert(lua_getinfo(L, "lS", ar)); in hookf() 353 lua_getinfo(L1, "Snl", &ar); in db_errorfb()
|
| H A D | lauxlib.c | 47 lua_getinfo(L, "n", &ar); in luaL_argerror() 76 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
| H A D | lua.h | 334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
|
| H A D | lbaselib.c | 125 lua_getinfo(L, "f", &ar); in getfunc()
|
| H A D | loadlib.c | 510 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in setfenv()
|
| H A D | ldebug.c | 232 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 221 if(lua_getstack(lua, 1, &dbg) && lua_getinfo(lua, "nSl", &dbg)) { in luaPushError() 2193 lua_getinfo(lua,"Snl",&ar); in ldbTrace() 2345 lua_getinfo(lua,"Sl",ar); in luaLdbLineHook()
|