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

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.h 59 bool writablePresent() const { return m_seenAttributes & WritablePresent; }
70 enum { WritablePresent = 1, EnumerablePresent = 2, ConfigurablePresent = 4};
PropertyDescriptor.cpp 56 return m_value || (m_seenAttributes & WritablePresent);
100 m_seenAttributes = EnumerablePresent | ConfigurablePresent | WritablePresent;
121 m_seenAttributes |= WritablePresent;
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)

Completed in 148 milliseconds