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

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 60 : m_refCountAndFlags(s_refCountFlagStatic | s_refCountFlagIsIdentifier | BufferOwned)
85 static const unsigned s_refCountFlagIsIdentifier = 0x4;
StringImpl.h 216 bool isIdentifier() const { return m_refCountAndFlags & s_refCountFlagIsIdentifier; }
221 m_refCountAndFlags |= s_refCountFlagIsIdentifier;
223 m_refCountAndFlags &= ~s_refCountFlagIsIdentifier;

Completed in 33 milliseconds