MCPcopy Create free account
hub / github.com/defold/defold / lua_pushnil

Function lua_pushnil

engine/lua/src/lua/lapi.c:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420
421LUA_API void lua_pushnil (lua_State *L) {
422 lua_lock(L);
423 setnilvalue(L->top);
424 api_incr_top(L);
425 lua_unlock(L);
426}
427
428
429LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

Crash_LoadPreviousFunction · 0.85
Crash_GetUserFieldFunction · 0.85
Crash_GetSysFieldFunction · 0.85
Script_SetFunction · 0.85
Script_GetParentFunction · 0.85
DeleteGOTableFunction · 0.85
LoadScriptFunction · 0.85
NewScriptInstanceFunction · 0.85
DeleteScriptInstanceFunction · 0.85
RunScriptFunction · 0.85
HandleUnrefMessageFunction · 0.85
HandleMessageFunction · 0.85

Calls

no outgoing calls

Tested by 15

PopUserTypeFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
AssertNilNilFuncFunction · 0.68
TearDownMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68