MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua_pushinteger

Function lua_pushinteger

ogsr_engine/LuaJIT/src/lj_api.c:643–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643LUA_API void lua_pushinteger(lua_State *L, lua_Integer n)
644{
645 setintptrV(L->top, n);
646 incr_top(L);
647}
648
649LUA_API void lua_pushlstring(lua_State *L, const char *str, size_t len)
650{

Callers 14

push_onecaptureFunction · 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
script_vars_dumpFunction · 0.50
script_vars_sizeFunction · 0.50
assignMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected