MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_pushlightuserdata

Function lua_pushlightuserdata

third-party/lua-5.5.0/src/lapi.c:647–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645
646
647LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
648 lua_lock(L);
649 setpvalue(s2v(L->top.p), p);
650 api_incr_top(L);
651 lua_unlock(L);
652}
653
654
655LUA_API int lua_pushthread (lua_State *L) {

Callers 7

mainFunction · 0.70
luaL_buffinitFunction · 0.70
mainFunction · 0.70
addtoclibFunction · 0.70
db_upvalueidFunction · 0.70
lua_rawgetpFunction · 0.50
lua_rawsetpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected