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

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 60 if (!o->structure()->hasNonEnumerableProperties() && !o->structure()->hasAnonymousSlots() &&
Structure.h 122 bool hasNonEnumerableProperties() const { return m_hasNonEnumerableProperties; }

Completed in 63 milliseconds