Home | History | Annotate | Download | only in runtime

Lines Matching defs:propertyCount

530         size_t propertyCount = p - sortedPropertyEntries.data();
531 qsort(sortedPropertyEntries.data(), propertyCount, sizeof(PropertyMapEntry*), comparePropertyMapEntryIndices);
532 sortedPropertyEntries.resize(propertyCount);
537 Vector<JSValue> values(propertyCount);
539 for (unsigned i = 0; i < propertyCount; i++) {
548 for (unsigned i = 0; i < propertyCount; i++)