MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_pushlightuserdata

Function lua_pushlightuserdata

extlibs/lua/src/lapi.c:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
587 lua_lock(L);
588 setpvalue(s2v(L->top), p);
589 api_incr_top(L);
590 lua_unlock(L);
591}
592
593
594LUA_API int lua_pushthread (lua_State *L) {

Callers 12

mainFunction · 0.85
mainFunction · 0.85
addtoclibFunction · 0.85
db_upvalueidFunction · 0.85
lua_rawgetpFunction · 0.85
lua_rawsetpFunction · 0.85
pushMethod · 0.85
pushMethod · 0.85
pushMethod · 0.85
pushMethod · 0.85
luajit_exception_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected