Home
last modified time | relevance | path

Searched refs:numCacheableSlots (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.cpp40 …meIterator(ExecState* exec, PropertyNameArrayData* propertyNameArrayData, size_t numCacheableSlots) in JSPropertyNameIterator() argument
42 , m_numCacheableSlots(numCacheableSlots) in JSPropertyNameIterator()
59 size_t numCacheableSlots = 0; in create() local
63 numCacheableSlots = o->structure()->propertyStorageSize(); in create()
65 …rtyNameIterator = new (exec) JSPropertyNameIterator(exec, propertyNames.data(), numCacheableSlots); in create()