Lines Matching defs:propsLen
2708 uint32_t propsLen = 0;
2713 propsLen++;
2715 if (propsLen <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY) {
2721 hclass = factory->GetObjectLiteralHClass(properties, propsLen);
2725 if (CheckPropertiesForRep(properties, propsLen, hclass)) {
2726 return CreateObjectFromPropertiesByIHClass(thread, properties, propsLen, hclass);
2728 hclass = factory->GetObjectLiteralHClass(properties, propsLen);
2730 return CreateObjectFromPropertiesByIHClass(thread, properties, propsLen, hclass);
2733 return CreateObjectFromProperties(thread, hclass, properties, propsLen);
2741 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propsLen)));
2744 for (size_t i = 0; i < propsLen; i++) {
2761 uint32_t propsLen)
2771 for (size_t i = 0; i < propsLen; i++) {
2780 for (size_t i = 0; i < propsLen; i++) {
2790 uint32_t propsLen,
2798 for (size_t i = 0; i < propsLen; i++) {
2808 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc)
2811 for (size_t i = 0; i < propsLen; i++) {