MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / lua_pushnil

Function lua_pushnil

src/vm/luavm/lua/lapi.c:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449
450LUA_API void lua_pushnil (lua_State *L) {
451 lua_lock(L);
452 setnilvalue(L->top);
453 api_incr_top(L);
454 lua_unlock(L);
455}
456
457
458LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

luaB_tonumberFunction · 0.85
luaB_getmetatableFunction · 0.85
pairsmetaFunction · 0.85
luaB_nextFunction · 0.85
load_auxFunction · 0.85
math_tointFunction · 0.85
math_typeFunction · 0.85
str_find_auxFunction · 0.85
str_packFunction · 0.85
findfieldFunction · 0.85
luaL_fileresultFunction · 0.85
luaL_execresultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected