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