Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/lutok/dist/
H A Ddebug.cpp71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) in get_info()
H A Dstate.cpp182 lua_getinfo(raw_state, "u", &debug); in cxx_closure_trampoline()
/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c87 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname()
157 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback()
185 lua_getinfo(L, "n", &ar); in luaL_argerror()
225 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
H A Dldblib.c171 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
337 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
H A Dlua.h481 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
H A Dldebug.c387 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function