MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua_getinfo

Function lua_getinfo

ogsr_engine/LuaJIT/src/lj_debug.c:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532LUA_API int lua_getinfo(lua_State *L, const char *what, lua_Debug *ar)
533{
534 return lj_debug_getinfo(L, what, (lj_Debug *)ar, 0);
535}
536
537LUA_API int lua_getstack(lua_State *L, int level, lua_Debug *ar)
538{

Callers 8

setfenvFunction · 0.70
luaL_tracebackFunction · 0.70
SendLuaCallstackFunction · 0.50
LuaZoneBeginSFunction · 0.50
LuaZoneBeginNSFunction · 0.50
LuaZoneBeginFunction · 0.50
LuaZoneBeginNFunction · 0.50
dump_stateMethod · 0.50

Calls 1

lj_debug_getinfoFunction · 0.85

Tested by

no test coverage detected