Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ lua_pushlightuserdata
Function
lua_pushlightuserdata
engine/lua/src/lua/lapi.c:511–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
510
511
LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
512
lua_lock(L);
513
setpvalue(L->top, p);
514
api_incr_top(L);
515
lua_unlock(L);
516
}
517
518
519
LUA_API int lua_pushthread (lua_State *L) {
Callers
15
ScriptInstanceGetUserData
Function · 0.85
CompScriptSetProperties
Function · 0.85
TEST_F
Function · 0.85
Initialize
Function · 0.85
SetTimerWorld
Function · 0.85
TimerNewScriptWorld
Function · 0.85
TimerInitializeScriptInstance
Function · 0.85
InitializeJson
Function · 0.85
UserType_GetUserData
Function · 0.85
PCallCheckTable
Function · 0.85
LuaCallCallback
Function · 0.85
TestGetUserData
Function · 0.85
Calls
no outgoing calls
Tested by
8
TEST_F
Function · 0.68
UserType_GetUserData
Function · 0.68
PCallCheckTable
Function · 0.68
LuaCallCallback
Function · 0.68
TestGetUserData
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_P
Function · 0.68