Searched refs:numCacheableSlots (Results 1 – 1 of 1) sorted by relevance
40 …meIterator(ExecState* exec, PropertyNameArrayData* propertyNameArrayData, size_t numCacheableSlots) in JSPropertyNameIterator() argument42 , m_numCacheableSlots(numCacheableSlots) in JSPropertyNameIterator()59 size_t numCacheableSlots = 0; in create() local63 numCacheableSlots = o->structure()->propertyStorageSize(); in create()65 …rtyNameIterator = new (exec) JSPropertyNameIterator(exec, propertyNames.data(), numCacheableSlots); in create()