Home
last modified time | relevance | path

Searched refs:lua_isfunction (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/lua/src/
H A Dldblib.c156 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo()
207 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
H A Dltests.c732 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), in listcode()
751 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), in printcode()
767 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), in listk()
782 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), in listabslineinfo()
802 luaL_argcheck(L, lua_isfunction(L, 1) && !lua_iscfunction(L, 1), in listlocals()
1490 lua_pushboolean(L1, lua_isfunction(L1, getindex)); in runC()
H A Dloadlib.c643 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
H A Dlua.h384 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd/contrib/lutok/
H A Dstate.cpp420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c509 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1340 if (lua_isfunction(L,-1)) /* note: whether it's a C function or lua function */ in SWIG_Lua_namespace_get()
1668 if (lua_isfunction(L,-1)) /* note: if it's a C function or lua function */ in SWIG_Lua_class_do_get()