HomeSort by relevance Sort by last modified time
    Searched full:numcacheableslots (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 40 inline JSPropertyNameIterator::JSPropertyNameIterator(ExecState* exec, PropertyNameArrayData* propertyNameArrayData, size_t numCacheableSlots)
42 , m_numCacheableSlots(numCacheableSlots)
59 size_t numCacheableSlots = 0;
63 numCacheableSlots = o->structure()->propertyStorageSize();
65 JSPropertyNameIterator* jsPropertyNameIterator = new (exec) JSPropertyNameIterator(exec, propertyNames.data(), numCacheableSlots);

Completed in 32 milliseconds