Searched refs:m_okay (Results 1 – 1 of 1) sorted by relevance
39 : m_okay(true) in JSStringBuilder()45 m_okay &= buffer.tryAppend(&u, 1); in append()55 m_okay &= buffer.tryReserveCapacity(buffer.size() + len); in append()58 m_okay &= buffer.tryAppend(&u, 1); in append()64 m_okay &= buffer.tryAppend(str, len); in append()69 m_okay &= buffer.tryAppend(str.characters(), str.length()); in append()74 if (!m_okay) in build()84 bool m_okay; variable