Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dldblib.c118 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 Dlauxlib.c47 lua_getinfo(L, "n", &ar); in luaL_argerror()
76 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
H A Dlua.h334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
H A Dlbaselib.c125 lua_getinfo(L, "f", &ar); in getfunc()
H A Dloadlib.c510 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in setfenv()
H A Dldebug.c232 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 Dscripting.c221 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()