MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_pushnil

Function lua_pushnil

freebsd/contrib/openzfs/module/lua/lapi.c:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460
461
462LUA_API void lua_pushnil (lua_State *L) {
463 lua_lock(L);
464 setnilvalue(L->top);
465 api_incr_top(L);
466 lua_unlock(L);
467}
468
469
470LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

luaB_tonumberFunction · 0.70
luaB_getmetatableFunction · 0.70
pairsmetaFunction · 0.70
luaB_nextFunction · 0.70
str_find_auxFunction · 0.70
findfieldFunction · 0.70
maxnFunction · 0.70
tremoveFunction · 0.70
lua_pushstringFunction · 0.70
get_prop_srcFunction · 0.50
get_special_propFunction · 0.50
zcp_table_to_nvlistFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected