Searched refs:lua_getinfo (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/lutok/dist/ |
| H A D | debug.cpp | 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) in get_info()
|
| H A D | state.cpp | 182 lua_getinfo(raw_state, "u", &debug); in cxx_closure_trampoline()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lauxlib.c | 81 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname() 145 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback() 172 lua_getinfo(L, "n", &ar); in luaL_argerror() 208 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
| H A D | ldblib.c | 166 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 319 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
|
| H A D | lua.h | 458 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|
| H A D | loadlib.c | 600 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in set_env()
|
| H A D | ldebug.c | 296 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|