Home | History | Annotate | Download | only in src

Lines Matching refs:properties

113   // If 'properties' and 'elements' are non-empty (thus, non-shared),
115 if (obj->properties() != HEAP->empty_fixed_array()) {
116 size += obj->properties()->Size();
148 // This covers the case of 'elements' and 'properties' of JSObject,