Searched refs: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
40 , m_numCacheableSlots(numCacheableSlots)
54 size_t numCacheableSlots = 0; local
57 numCacheableSlots = propertyNames.numCacheableSlots();
59 JSPropertyNameIterator* jsPropertyNameIterator = new (NotNull, allocateCell<JSPropertyNameIterator>(*exec->heap())) JSPropertyNameIterator(exec, propertyNames.data(), numCacheableSlots);
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
95 m_numCacheableSlots = numCacheableSlots;

Completed in 197 milliseconds