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

Function lua_pushlightuserdata

lib/lua/src/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

tolua_pushuserdataFunction · 0.85
tolua_pushusertypeFunction · 0.85
tolua_register_gcFunction · 0.85
class_index_eventFunction · 0.85
class_gc_eventFunction · 0.85
newvmFunction · 0.85
cleanupvmFunction · 0.85
stepvmFunction · 0.85
newdbFunction · 0.85
cleanupdbFunction · 0.85
db_sql_normal_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected