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

Function lua_pushboolean

ogsr_engine/LuaJIT/src/lj_api.c:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704LUA_API void lua_pushboolean(lua_State *L, int b)
705{
706 setboolV(L->top, (b != 0));
707 incr_top(L);
708}
709
710LUA_API void lua_pushlightuserdata(lua_State *L, void *p)
711{

Callers 15

settabsbFunction · 0.70
lib_base.cFile · 0.70
pmainFunction · 0.70
lib_jit.cFile · 0.70
setboolfieldFunction · 0.70
ll_loadfuncFunction · 0.70
lj_cf_package_requireFunction · 0.70
script_vars_dumpFunction · 0.50
getMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected