Home | History | Annotate | Download | only in src

Lines Matching refs:properties

243   // Migrates all properties from the 'from' object to the 'to'
976 // Setup the 'global' properties of the builtins object. The
1423 // Ignore non-properties.
1426 // Do not occur since the from object has fast properties.
1434 Handle<StringDictionary> properties =
1436 int capacity = properties->Capacity();
1438 Object* raw_key(properties->KeyAt(i));
1439 if (properties->IsKey(raw_key)) {
1447 Handle<Object> value = Handle<Object>(properties->ValueAt(i));
1451 PropertyDetails details = properties->DetailsAt(i);
1488 // will have settable and enumerable prototype properties.