Lines Matching refs:properties
151 // Deep copy local properties.
153 FixedArray* properties = copy->properties();
154 for (int i = 0; i < properties->length(); i++) {
155 Object* value = properties->get(i);
161 properties->set(i, result);
352 // slow properties mode for now. We don't go in the map cache because
367 // Add the constant properties to the boilerplate.
372 // Normalize the properties of object to avoid n^2 behavior
373 // when extending the object multiple properties. Indicate the number of
374 // properties to be added.
425 // Transform to fast properties if necessary. For object literals with
427 // computed properties have been assigned so that we can generate
428 // constant function properties.
933 // Access check callback denied the access, but some properties
955 // If the object has an interceptor, try real named properties.
1282 // Traverse the name/value pairs and set the properties.
1351 // Do not overwrite READ_ONLY properties.
1594 FixedArray* properties = global->properties();
1596 if (properties->get(index)->IsTheHole() || !lookup.IsReadOnly()) {
1597 properties->set(index, *value);
1685 FixedArray* properties = object->properties();
1687 if (properties->get(index)->IsTheHole()) {
1688 properties->set(index, *value);
1720 CONVERT_SMI_ARG_CHECKED(properties, 1);
1722 JSObject::NormalizeProperties(object, KEEP_INOBJECT_PROPERTIES, properties);
1778 // Write in-object properties after the length of the array.
1804 // If we still have the original map, set in-object properties directly.
2129 } else { // Dictionary properties.
4240 // Fast cases for getting named properties of the receiver JSObject
4245 // global proxy object never has properties. This is the case
4378 // Special case for callback properties.
4742 // then we have to check it for properties, because they are supposed to
4764 // Only JS objects can have properties.
4877 // all enumerable properties of the object and its prototypes
4916 // Return the names of the local named properties.
4926 // Skip the global proxy as it has no properties and always delegates to the
4943 // Find the number of local properties for each of the objects.
5003 // Return the names of the local indexed properties.
5152 // Handle special arguments properties.
7729 // directly to properties.
10121 // Skip the global proxy as it has no properties and always delegates to the
10712 // heap locals and extension properties of the debugged function.
10753 // Finally copy any properties from the function context extension.
10816 // Finally copy any properties from the function context extension. This will
10870 // heap locals and extension properties of the debugged function.
11905 // Skip the global proxy as it has no properties and always delegates to the