MCPcopy Create free account
hub / github.com/Tencent/xLua / lua_pushlightuserdata

Function lua_pushlightuserdata

WebGLPlugins/lapi.c:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562
563
564LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
565 lua_lock(L);
566 setpvalue(L->top, p);
567 api_incr_top(L);
568 lua_unlock(L);
569}
570
571
572LUA_API int lua_pushthread (lua_State *L) {

Callers 11

mainFunction · 0.85
xlua_tocsobj_safeFunction · 0.85
hookFunction · 0.85
call_ret_hookFunction · 0.85
profiler_set_hookFunction · 0.85
is_cs_dataFunction · 0.85
mainFunction · 0.85
addtoclibFunction · 0.85
lua_rawsetpFunction · 0.85
lua_rawgetpFunction · 0.85
db_upvalueidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected