Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwu/skynet
/ lua_pushinteger
Function
lua_pushinteger
3rd/lua/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
dump_mem_lua
Function · 0.85
runtimecap
Function · 0.85
pushcapture
Function · 0.85
getcaptures
Function · 0.85
getfirstrule
Function · 0.85
collectrules
Function · 0.85
main
Function · 0.85
luaB_tonumber
Function · 0.85
luaB_rawlen
Function · 0.85
luaB_collectgarbage
Function · 0.85
ipairsaux
Function · 0.85
luaB_ipairs
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