Searched refs:lua_isfunction (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ldblib.c | 156 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 D | ltests.c | 732 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 D | loadlib.c | 643 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
|
H A D | lua.h | 384 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
/freebsd/contrib/lutok/ |
H A D | state.cpp | 420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 509 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1340 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()
|