MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / lua_pushlightuserdata

Function lua_pushlightuserdata

Source/ThirdParty/lua/lapi.c:511–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509
510
511LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
512 lua_lock(L);
513 setpvalue(L->top, p);
514 api_incr_top(L);
515 lua_unlock(L);
516}
517
518
519LUA_API int lua_pushthread (lua_State *L) {

Callers 15

ll_requireFunction · 0.70
hookfFunction · 0.70
gethooktableFunction · 0.70
db_sethookFunction · 0.70
db_gethookFunction · 0.70
ModuleMethod · 0.50
ObjFuncMethod · 0.50
ObjFuncMethod · 0.50
CtorMethod · 0.50
DtorMethod · 0.50
_pushFunction · 0.50
ClassFuncMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected