MCPcopy Create free account
hub / github.com/SOUI2/soui / lua_pushnil

Function lua_pushnil

third-part/lua-52/src/lapi.c:465–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

invokeMethod · 0.85
getMethod · 0.85
pushMethod · 0.85
luaB_tonumberFunction · 0.85
luaB_getmetatableFunction · 0.85
pairsmetaFunction · 0.85
luaB_nextFunction · 0.85
load_auxFunction · 0.85
luaB_pcallFunction · 0.85
str_find_auxFunction · 0.85
findfieldFunction · 0.85
luaL_fileresultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected