Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h155 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL)) macro
172 #define clLvalue(o) check_exp(ttisLclosure(o), gco2lcl(val_(o).gc))
466 #define isLfunction(o) ttisLclosure(o)
Dlapi.c1260 api_check(L, ttisLclosure(fi), "Lua function expected"); in getupvalref()