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

Function lua_pushlightuserdata

Plugins/slua_unreal/External/lua/lapi.cpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

addtoclibFunction · 0.85
db_upvalueidFunction · 0.85
mainFunction · 0.85
__superIndexMethod · 0.85
pushVarMethod · 0.85
setUservalueMetaMethod · 0.85
cachePropertyOperatorFunction · 0.85
getCacheMethod · 0.85
addCacheMethod · 0.85
removeCacheMethod · 0.85
pushMethod · 0.85
setmetatableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected