HomeSort by relevance Sort by last modified time
    Searched refs:hasAnonymousSlots (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 124 bool hasAnonymousSlots() const { return !!m_anonymousSlotCount; }

Completed in 308 milliseconds