Searched refs:s_maxInternalRopeLength (Results 1 – 2 of 2) sorted by relevance
206 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()219 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()232 ASSERT(ropeLength <= s_maxInternalRopeLength); in JSString()245 , m_ropeLength(s_maxInternalRopeLength) in JSString()251 ASSERT(index == s_maxInternalRopeLength); in JSString()357 static const unsigned s_maxInternalRopeLength = 3; variable363 mutable Rope::Fiber m_fibers[s_maxInternalRopeLength];
48 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()66 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()84 if (ropeLength <= JSString::s_maxInternalRopeLength) in jsString()