MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lua_pushlightuserdata

Function lua_pushlightuserdata

lib/lua/src/lapi.c:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614
615
616LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
617 lua_lock(L);
618 setpvalue(s2v(L->top.p), p);
619 api_incr_top(L);
620 lua_unlock(L);
621}
622
623
624LUA_API int lua_pushthread (lua_State *L) {

Callers 8

mainFunction · 0.85
luaL_buffinitFunction · 0.85
mainFunction · 0.85
addtoclibFunction · 0.85
db_upvalueidFunction · 0.85
compileTransformsLuaMethod · 0.85
injectTableApiLuaMethod · 0.85
createStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected