Searched refs:isemptystr (Results 1 – 1 of 1) sorted by relevance
619 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0) macro645 else if (isemptystr(s2v(top - 1))) /* second operand is empty? */ in luaV_concat()647 else if (isemptystr(s2v(top - 2))) { /* first operand is empty string? */ in luaV_concat()