Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_pushinteger
Function
lua_pushinteger
Dependencies/lua/src/lapi.c:513–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
512
513
LUA_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
get
Method · 0.85
get
Method · 0.85
push
Method · 0.85
push
Method · 0.85
check_one
Method · 0.85
luaL_execresult
Function · 0.85
lua_geti
Function · 0.85
lua_seti
Function · 0.85
luaB_tonumber
Function · 0.85
luaB_rawlen
Function · 0.85
luaB_collectgarbage
Function · 0.85
ipairsaux
Function · 0.85
Calls
no outgoing calls
Tested by
15
setnameval
Function · 0.68
listcode
Function · 0.68
listabslineinfo
Function · 0.68
mem_query
Function · 0.68
hash_query
Function · 0.68
stacklevel
Function · 0.68
table_query
Function · 0.68
string_query
Function · 0.68
tref
Function · 0.68
udataval
Function · 0.68
doonnewstack
Function · 0.68
num2int
Function · 0.68