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

Function lua_pushinteger

extlibs/lua/src/lapi.c:484–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483
484LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
485 lua_lock(L);
486 setivalue(s2v(L->top), n);
487 api_incr_top(L);
488 lua_unlock(L);
489}
490
491
492/*

Callers 15

mainFunction · 0.85
luaB_tonumberFunction · 0.85
luaB_rawlenFunction · 0.85
luaB_collectgarbageFunction · 0.85
ipairsauxFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_selectFunction · 0.85
math_absFunction · 0.85
math_tointFunction · 0.85
pushnumintFunction · 0.85
math_fmodFunction · 0.85
math_randomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected