MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lua_pushlightuserdata

Function lua_pushlightuserdata

src/lapi.cpp:702–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700
701
702LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
703 lua_lock(L);
704 setpvalue(s2v(L->top.p), p);
705 api_incr_top(L);
706 lua_unlock(L);
707}
708
709
710LUA_API int lua_pushthread (lua_State *L) {

Callers 10

addtoclibFunction · 0.85
luaL_buffinitFunction · 0.85
db_upvalueidFunction · 0.85
decodeFunction · 0.85
luaopen_jsonFunction · 0.85
push_ffi_valueFunction · 0.85
ffi_callbackFunction · 0.85
luaopen_ffiFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected