Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_pushnil
Function
lua_pushnil
Dependencies/lua/src/lapi.c:497–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
496
497
LUA_API void lua_pushnil (lua_State *L) {
498
lua_lock(L);
499
setnilvalue(s2v(L->top.p));
500
api_incr_top(L);
501
lua_unlock(L);
502
}
503
504
505
LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {
Callers
15
get
Method · 0.85
get
Method · 0.85
clear
Function · 0.85
push
Method · 0.85
push
Method · 0.85
check_two
Method · 0.85
set_default_handler
Function · 0.85
register_main_thread
Function · 0.85
compat53_findfield
Function · 0.85
luaL_fileresult
Function · 0.85
luaL_execresult
Function · 0.85
luaB_getmetatable
Function · 0.85
Calls
no outgoing calls
Tested by
5
table_query
Function · 0.68
newstate
Function · 0.68
doremote
Function · 0.68
checkpanic
Function · 0.68
runC
Function · 0.68