Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c619 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0) macro
645 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()