MCPcopy Create free account
hub / github.com/SOUI2/soui / lua_pushboolean

Function lua_pushboolean

third-part/lua-52/src/lapi.c:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577LUA_API void lua_pushboolean (lua_State *L, int b) {
578 lua_lock(L);
579 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */
580 api_incr_top(L);
581 lua_unlock(L);
582}
583
584
585LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {

Callers 15

eq_s64Function · 0.85
lt_s64Function · 0.85
le_s64Function · 0.85
eq_u64Function · 0.85
lt_u64Function · 0.85
le_u64Function · 0.85
pushMethod · 0.85
pmainFunction · 0.85
luaB_rawequalFunction · 0.85
luaB_collectgarbageFunction · 0.85
finishpcallFunction · 0.85
luaL_fileresultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected