Home | History | Annotate | Download | only in src

Lines Matching refs:properties

212   // Migrates all properties from the 'from' object to the 'to'
1303 // Setup the 'global' properties of the builtins object. The
1565 // predefines the two properties index and match).
1978 // Ignore non-properties.
1981 // Do not occur since the from object has fast properties.
1989 Handle<StringDictionary> properties =
1991 int capacity = properties->Capacity();
1993 Object* raw_key(properties->KeyAt(i));
1994 if (properties->IsKey(raw_key)) {
2002 Handle<Object> value = Handle<Object>(properties->ValueAt(i));
2006 PropertyDetails details = properties->DetailsAt(i);