MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_pushnil

Function lua_pushnil

3rdparty/lua/plainlua/lapi.c:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497LUA_API void lua_pushnil (lua_State *L) {
498 lua_lock(L);
499 setnilvalue(s2v(L->top.p));
500 api_incr_top(L);
501 lua_unlock(L);
502}
503
504
505LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

compat53_findfieldFunction · 0.85
luaL_fileresultFunction · 0.85
luaL_execresultFunction · 0.85
pushMethod · 0.85
clearFunction · 0.85
getMethod · 0.85
getMethod · 0.85
pushMethod · 0.85
set_default_handlerFunction · 0.85
register_main_threadFunction · 0.85
json_arg_initFunction · 0.85
lua_array_lengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected