Home
last modified time | relevance | path

Searched defs:lua_isfunction (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h336 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/external/skia/third_party/lua/src/
Dlua.h331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro