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

  /external/webkit/JavaScriptCore/runtime/
PropertyDescriptor.h 60 bool enumerablePresent() const { return m_seenAttributes & EnumerablePresent; }
70 enum { WritablePresent = 1, EnumerablePresent = 2, ConfigurablePresent = 4};
JSObject.cpp 596 if (descriptor.enumerablePresent() && descriptor.enumerable() != current.enumerable()) {

Completed in 154 milliseconds