MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / lua_pushnil

Function lua_pushnil

Dependencies/lua/src/lapi.c:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497LUA_API void lua_pushnil (lua_State *L) {
498 lua_lock(L);
499 setnilvalue(s2v(L->top.p));
500 api_incr_top(L);
501 lua_unlock(L);
502}
503
504
505LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

getMethod · 0.85
getMethod · 0.85
clearFunction · 0.85
pushMethod · 0.85
pushMethod · 0.85
check_twoMethod · 0.85
set_default_handlerFunction · 0.85
register_main_threadFunction · 0.85
compat53_findfieldFunction · 0.85
luaL_fileresultFunction · 0.85
luaL_execresultFunction · 0.85
luaB_getmetatableFunction · 0.85

Calls

no outgoing calls

Tested by 5

table_queryFunction · 0.68
newstateFunction · 0.68
doremoteFunction · 0.68
checkpanicFunction · 0.68
runCFunction · 0.68