Searched defs:LUA_TFUNCTION (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.h84 #define LUA_TFUNCTION 6 macro
331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION)

Completed in 387 milliseconds