Searched refs:isStringImpl (Results 1 – 2 of 2) sorted by relevance
36 …bool isStringImpl() { return (m_refCountAndFlags & s_refCountInvalidForStringImpl) != s_refCountIn… in isStringImpl() function55 ASSERT(isStringImpl()); in StringImplBase()63 ASSERT(isStringImpl()); in StringImplBase()73 ASSERT(!isStringImpl()); in StringImplBase()
51 return !fiber->isStringImpl(); in isRope()