Searched refs:lua_isfunction (Results 1 – 3 of 3) sorted by relevance
123 else if (lua_isfunction(L, arg+1)) { in db_getinfo()168 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()265 if (lua_isfunction(L, -1)) { in hookf()
496 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()561 if (lua_isfunction(L, i)) { /* avoid 'calling' extra info. */ in dooptions()
331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro