Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
LUA_API void lua_pushboolean(lua_State *L, int b)
705
{
706
setboolV(L->top, (b != 0));
707
incr_top(L);
708
}
709
710
LUA_API void lua_pushlightuserdata(lua_State *L, void *p)
711
{
Callers
15
settabsb
Function · 0.70
lib_base.c
File · 0.70
pmain
Function · 0.70
lib_jit.c
File · 0.70
setboolfield
Function · 0.70
ll_loadfunc
Function · 0.70
lj_cf_package_require
Function · 0.70
script_vars_dump
Function · 0.50
get
Method · 0.50
add_operator_to_metatable
Function · 0.50
create_cpp_class_metatable
Function · 0.50
create_cpp_instance_metatable
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected