Searched defs:numCacheableSlots (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSPropertyNameIterator.cpp38 inline JSPropertyNameIterator::JSPropertyNameIterator(ExecState* exec, PropertyNameArrayData* propertyNameArrayData, size_t numCacheableSlots) argument
54 size_t numCacheableSlots = 0; local
H A DPropertyNameArray.h90 size_t numCacheableSlots() const { return m_numCacheableSlots; } function in class:JSC::PropertyNameArray
91 void setNumCacheableSlotsForObject(JSObject* object, size_t numCacheableSlots) argument

Completed in 127 milliseconds