MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_pushinteger

Function lua_pushinteger

freebsd/contrib/openzfs/module/lua/lapi.c:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478
479
480LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
481 lua_lock(L);
482 setnvalue(L->top, cast_num(n));
483 api_incr_top(L);
484 lua_unlock(L);
485}
486
487
488LUA_API void lua_pushunsigned (lua_State *L, lua_Unsigned u) {

Callers 15

luaB_rawlenFunction · 0.70
luaB_collectgarbageFunction · 0.70
pairsmetaFunction · 0.70
ipairsauxFunction · 0.70
luaB_selectFunction · 0.70
str_lenFunction · 0.70
str_byteFunction · 0.70
push_onecaptureFunction · 0.70
str_find_auxFunction · 0.70
gmatch_auxFunction · 0.70
str_gmatchFunction · 0.70
str_gsubFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected