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