Searched refs:jsstr_is_rope (Results 1 – 2 of 2) sorted by relevance
229 depth = jsstr_is_rope(str1) ? jsstr_as_rope(str1)->depth : 0; in jsstr_concat()230 depth2 = jsstr_is_rope(str2) ? jsstr_as_rope(str2)->depth : 0; in jsstr_concat()
78 static inline BOOL jsstr_is_rope(jsstr_t *str) in jsstr_is_rope() function