Searched defs:lua_isfunction (Results 1 – 2 of 2) sorted by relevance
336 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro