MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / lua_pushinteger

Function lua_pushinteger

Source/ThirdParty/luaJIT/src/lj_api.c:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577LUA_API void lua_pushinteger(lua_State *L, lua_Integer n)
578{
579 setintptrV(L->top, n);
580 incr_top(L);
581}
582
583LUA_API void lua_pushlstring(lua_State *L, const char *str, size_t len)
584{

Callers 10

push_onecaptureFunction · 0.70
str_find_auxFunction · 0.70
lib_string.cFile · 0.70
settabsiFunction · 0.70
hookfFunction · 0.70
lib_debug.cFile · 0.70
luaopen_jitFunction · 0.70
luaL_unrefFunction · 0.70
lib_os.cFile · 0.70
setfieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected