MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_pushlightuserdata

Function lua_pushlightuserdata

Source/Misc/lua/src/lua.c:2360–2365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2358
2359
2360LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
2361lua_lock(L);
2362setpvalue(L->top, p);
2363api_incr_top(L);
2364lua_unlock(L);
2365}
2366
2367
2368LUA_API int lua_pushthread (lua_State *L) {

Callers 15

make_function_auxFunction · 0.85
super_callbackMethod · 0.85
add_dependencyMethod · 0.85
get_main_threadFunction · 0.85
openFunction · 0.85
get_impl_tableFunction · 0.85
implMethod · 0.85
lua_rawsetpFunction · 0.85
lua_rawgetpFunction · 0.85
hookfFunction · 0.85
gethooktableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected