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

Function lua_pushnil

extlibs/lua/src/lapi.c:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468LUA_API void lua_pushnil (lua_State *L) {
469 lua_lock(L);
470 setnilvalue(s2v(L->top));
471 api_incr_top(L);
472 lua_unlock(L);
473}
474
475
476LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

luaB_getmetatableFunction · 0.85
luaB_nextFunction · 0.85
luaB_pairsFunction · 0.85
str_packFunction · 0.85
findfieldFunction · 0.85
prepbuffsizeFunction · 0.85
tremoveFunction · 0.85
io_linesFunction · 0.85
read_numberFunction · 0.85
db_getmetatableFunction · 0.85
hookfFunction · 0.85
compat53_findfieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected