Searched refs:ttisLclosure (Results 1 – 3 of 3) sorted by relevance
572 #define ttisLclosure(o) checktag((o), ctb(LUA_VLCL)) macro576 #define isLfunction(o) ttisLclosure(o)579 #define clLvalue(o) check_exp(ttisLclosure(o), gco2lcl(val_(o).gc))
1388 api_check(L, ttisLclosure(fi), "Lua function expected"); in getupvalref()
1639 if (!ttisLclosure(s2v(ra))) { /* C function? */ in luaV_execute()