Searched refs:ttisshrstring (Results 1 – 7 of 7) sorted by relevance
136 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) macro
472 if (ttisshrstring(gkey(n)) && eqshrstr(rawtsvalue(gkey(n)), key)) in luaH_getstr()
364 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR)) macro
547 if (mode && ttisshrstring(mode) && /* is there a weak mode? */ in traversetable()
1244 if (ttisshrstring(errobj) && eqshrstr(tsvalue(errobj), G(L)->memerrmsg)) in lua_error()
1231 ttisshrstring(&fs->f->k[e->u.info])); in isKstr()
632 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)