Lines Matching defs:properties
1979 // Update properties if necessary.
1981 PropertyArray properties = source->property_array();
1982 if (properties.length() > 0) {
1985 handle(properties, isolate()), handle(properties.map(), isolate()));
2250 // don't have "constructor" properties.
2450 // Make sure no field properties are described in the initial map.
2451 // This guarantees us that normalizing the properties does not
2483 // |dictionary| already contains enough space for all properties.
2503 // Make sure result is a global object with properties in dictionary.
2508 void Factory::InitializeJSObjectFromMap(JSObject obj, Object properties,
2511 obj.set_raw_properties_or_hash(properties, kRelaxedStore);
2586 Handle<HeapObject> prototype, Handle<HeapObject> properties,
2589 properties->IsSwissNameDictionary());
2591 properties->IsNameDictionary());
2600 object->set_raw_properties_or_hash(*properties);
3499 // Use initial slow object proto map for too many properties.