Home | History | Annotate | Download | only in src

Lines Matching refs:properties

504   // of its properties; throw a TypeError in that case.
663 // properties. It does not traverse the prototype chain, so the
693 // Suppress optimization for prototype chains with slow properties objects
806 // of its properties; throw a TypeError in that case.
934 // Loading properties from values is not common, so don't try to
973 // properties. It does not traverse the prototype chain, so the
1073 // of its properties; throw a TypeError in that case.
1309 // properties on it; throw a TypeError in that case.
1336 // properties. Slow properties might indicate redefinition of the
1400 // We get only called for properties or transitions, see StoreICableLookup.
1774 // properties on it; throw a TypeError in that case.
1848 // We get only called for properties or transitions, see StoreICableLookup.
2036 // it is necessary to extend the properties array of a
2051 // Expand the properties array.
2052 FixedArray* old_storage = object->properties();