Searched refs:lua_isfunction (Results 1 – 6 of 6) sorted by relevance
101 if (!lua_isfunction(sc.kL->L, -1)) { in check_happy()
160 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()211 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
645 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
407 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
735 if (lua_isfunction(K->L, -1)) in klua_close()