Searched refs:lua_isfunction (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldblib.c | 155 if (lua_isfunction(L, arg + 1)) { /* info about a function? */ in db_getinfo() 206 if (lua_isfunction(L, arg + 1)) { /* function argument? */ in db_getlocal()
|
| H A D | loadlib.c | 640 if (lua_isfunction(L, -2)) /* did it find a loader? */ in findloader()
|
| H A D | lua.h | 372 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | state.cpp | 420 return lua_isfunction(_pimpl->lua_state, index); in is_function()
|
| /freebsd-13.1/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-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 509 if (lua_isfunction (L, -1)) { in ucl_object_lua_fromelt()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1317 if (lua_isfunction(L,-1)) /* note: whether it's a C function or lua function */ in SWIG_Lua_namespace_get() 1643 if (lua_isfunction(L,-1)) /* note: if its a C function or lua function */ in SWIG_Lua_class_do_get()
|