Home | History | Annotate | Download | only in lua

Lines Matching refs:lua_isnil

224 #define SWIG_isptrtype(L,I) (lua_isuserdata(L,I) || lua_isnil(L,I))
725 assert(!lua_isnil(L,-1));
960 if (lua_isnil(L,index)){*ptr=0; return SWIG_OK;} /* special case: lua nil => NULL pointer */