HomeSort by relevance Sort by last modified time
    Searched refs:isStringImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 36 bool isStringImpl() { return (m_refCountAndFlags & s_refCountInvalidForStringImpl) != s_refCountInvalidForStringImpl; }
55 ASSERT(isStringImpl());
63 ASSERT(isStringImpl());
73 ASSERT(!isStringImpl());
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 51 return !fiber->isStringImpl();

Completed in 64 milliseconds