Home
last modified time | relevance | path

Searched refs:ttisLclosure (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.h572 #define ttisLclosure(o) checktag((o), ctb(LUA_VLCL)) macro
576 #define isLfunction(o) ttisLclosure(o)
579 #define clLvalue(o) check_exp(ttisLclosure(o), gco2lcl(val_(o).gc))
Dlapi.c1388 api_check(L, ttisLclosure(fi), "Lua function expected"); in getupvalref()
Dlvm.c1639 if (!ttisLclosure(s2v(ra))) { /* C function? */ in luaV_execute()