MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_pushinteger

Function lua_pushinteger

third-party/lua-5.4.6/src/lapi.c:513–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511
512
513LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
514 lua_lock(L);
515 setivalue(s2v(L->top.p), n);
516 api_incr_top(L);
517 lua_unlock(L);
518}
519
520
521/*

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected