MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_pushinteger

Function lua_pushinteger

3rd/lua-5.4.3/src/lapi.c:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
508 lua_lock(L);
509 setivalue(s2v(L->top), n);
510 api_incr_top(L);
511 lua_unlock(L);
512}
513
514
515/*

Callers 15

range_formatFunction · 0.85
type_formatFunction · 0.85
PushDiagnosticToLuaFunction · 0.85
mainFunction · 0.85
luaB_tonumberFunction · 0.85
luaB_rawlenFunction · 0.85
luaB_collectgarbageFunction · 0.85
ipairsauxFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_selectFunction · 0.85
math_absFunction · 0.85
math_tointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected