Home
last modified time | relevance | path

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

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