Searched refs:tsvalue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
302 else if (tsvalue(top-1)->len == 0) /* second operand is empty? */
304 else if (ttisstring(top-2) && tsvalue(top-2)->len == 0) {
309 size_t tl = tsvalue(top-1)->len;
314 size_t l = tsvalue(top-i-1)->len;
323 size_t l = tsvalue(top-i)->len;
346 setnvalue(ra, cast_num(tsvalue(rb)->len));
H A Dlobject.h157 #define tsvalue(o) (&rawtsvalue(o)->tsv) macro
H A Dlapi.c402 if (len != NULL) *len = tsvalue(o)->len;
410 case LUA_TSTRING: return tsvalue(o)->len;

Completed in 676 milliseconds