Home | History | Annotate | Download | only in src

Lines Matching refs:properties

176   // Make the "arguments" and "caller" properties throw a TypeError on access.
241 // Migrates all properties from the 'from' object to the 'to'
1440 // Set up the 'global' properties of the builtins object. The
1719 // predefines the two properties index and match).
2203 // Ignore non-properties.
2206 // Do not occur since the from object has fast properties.
2215 Handle<StringDictionary> properties =
2217 int capacity = properties->Capacity();
2219 Object* raw_key(properties->KeyAt(i));
2220 if (properties->IsKey(raw_key)) {
2228 Handle<Object> value = Handle<Object>(properties->ValueAt(i));
2232 PropertyDetails details = properties->DetailsAt(i);