Searched refs:ttisnil (Results 1 – 9 of 9) sorted by relevance
32 if (ttisnil(&g->nilvalue) && ns > os) in firsttry()149 if (ttisnil(&g->nilvalue)) { /* is state fully build? */ in tryagain()
169 #define ttisnil(v) checktype((v), LUA_TNIL) macro185 #define isnonstrictnil(v) (ttisnil(v) && !ttisstrictnil(v))193 #define isempty(v) ttisnil(v)223 #define l_isfalse(o) (ttisfalse(o) || ttisnil(o))
116 if (ttisnil(tm)) /* no metamethod? */ in prepclosingmethod()200 if (ttisnil(tm)) /* no metamethod? */ in luaF_newtbcupval()
61 #define notm(tm) ttisnil(tm)
290 if (ttisnil(key)) return 0; /* first iteration */ in findindex()624 if (unlikely(ttisnil(key))) in luaH_newkey()
312 if (ttisnil(&g->nilvalue)) /* closing a fully built state? */ in close_state()
46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue)907 if (ttisnil(s2v(L->top - 1))) in lua_setmetatable()
357 if (unlikely(ttisnil(tm))) in luaD_tryfuncTM()
1753 if (!ttisnil(s2v(ra + 4))) { /* continue loop? */ in luaV_execute()