MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua_pushnil

Function lua_pushnil

ogsr_engine/LuaJIT/src/lj_api.c:629–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627/* -- Stack setters (object creation) ------------------------------------- */
628
629LUA_API void lua_pushnil(lua_State *L)
630{
631 setnilV(L->top);
632 incr_top(L);
633}
634
635LUA_API void lua_pushnumber(lua_State *L, lua_Number n)
636{

Callers 15

hookfFunction · 0.70
runcmdoptFunction · 0.70
lib_os.cFile · 0.70
lj_cf_package_loadlibFunction · 0.70
lj_cf_package_searchpathFunction · 0.70
script_vars_dumpFunction · 0.50
assignMethod · 0.50
getMethod · 0.50
script_vars_indexFunction · 0.50
print_free_functionsFunction · 0.50
GetStaticRawFunction · 0.50
auto_loadFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected