Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_pushinteger
Function
lua_pushinteger
third-party/lua-5.5.0/src/lapi.c:530–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
529
530
LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
531
lua_lock(L);
532
setivalue(s2v(L->top.p), n);
533
api_incr_top(L);
534
lua_unlock(L);
535
}
536
537
538
/*
Callers
15
main
Function · 0.70
luaB_tonumber
Function · 0.70
luaB_rawlen
Function · 0.70
luaB_collectgarbage
Function · 0.70
ipairsaux
Function · 0.70
luaB_ipairs
Function · 0.70
luaB_select
Function · 0.70
math_abs
Function · 0.70
math_toint
Function · 0.70
pushnumint
Function · 0.70
math_fmod
Function · 0.70
math_frexp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected