MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_pushnil

Function lua_pushnil

third-party/lua-5.1.5/src/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

luaB_tonumberFunction · 0.70
luaB_getmetatableFunction · 0.70
luaB_nextFunction · 0.70
luaB_pairsFunction · 0.70
load_auxFunction · 0.70
luaB_corunningFunction · 0.70
str_find_auxFunction · 0.70
foreachFunction · 0.70
maxnFunction · 0.70
tremoveFunction · 0.70
ll_loadlibFunction · 0.70
os_pushresultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected