MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_pushinteger

Function lua_pushinteger

Source/Misc/lua/src/lua.c:2286–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2284
2285
2286LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
2287lua_lock(L);
2288setnvalue(L->top, cast_num(n));
2289api_incr_top(L);
2290lua_unlock(L);
2291}
2292
2293
2294LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) {

Callers 15

alter_use_countMethod · 0.85
do_toMethod · 0.85
luaL_setnFunction · 0.85
luaL_unrefFunction · 0.85
luaB_gcinfoFunction · 0.85
ipairsauxFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_selectFunction · 0.85
settabsiFunction · 0.85
hookfFunction · 0.85
db_gethookFunction · 0.85
pushresultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected