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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 65 if (!o->structure()->hasNonEnumerableProperties() && !o->structure()->hasAnonymousSlots() &&
Structure.h 130 bool hasAnonymousSlots() const { return !!m_anonymousSlotCount; }

Completed in 97 milliseconds