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

Function lua_pushnil

third-party/lua-5.5.0/src/lapi.c:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513
514LUA_API void lua_pushnil (lua_State *L) {
515 lua_lock(L);
516 setnilvalue(s2v(L->top.p));
517 api_incr_top(L);
518 lua_unlock(L);
519}
520
521
522LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 13

luaB_getmetatableFunction · 0.70
luaB_nextFunction · 0.70
luaB_pairsFunction · 0.70
str_packFunction · 0.70
findfieldFunction · 0.70
tremoveFunction · 0.70
io_linesFunction · 0.70
read_numberFunction · 0.70
db_getmetatableFunction · 0.70
hookfFunction · 0.70
GetVariableMethod · 0.50
ClearCacheMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected