Home | History | Annotate | Download | only in src

Lines Matching refs:properties

116   // Deep copy local properties.
118 FixedArray* properties = copy->properties();
119 for (int i = 0; i < properties->length(); i++) {
120 Object* value = properties->get(i);
126 properties->set(i, result);
315 // slow properties mode for now. We don't go in the map cache because
330 // Add the constant properties to the boilerplate.
335 // Normalize the properties of object to avoid n^2 behavior
336 // when extending the object multiple properties. Indicate the number of
337 // properties to be added.
391 // Transform to fast properties if necessary. For object literals with
393 // computed properties have been assigned so that we can generate
394 // constant function properties.
736 // Access check callback denied the access, but some properties
758 // If the object has an interceptor, try real named properties.
1084 // Traverse the name/value pairs and set the properties.
1128 // For const properties, we treat a callback with this name
1166 // conflicting types in case of intercepted properties because
1479 FixedArray* properties = global->properties();
1481 if (properties->get(index)->IsTheHole()) {
1482 properties->set(index, *value);
1577 FixedArray* properties = context_ext->properties();
1579 if (properties->get(index)->IsTheHole()) {
1580 properties->set(index, *value);
1611 CONVERT_SMI_CHECKED(properties, args[1]);
1613 NormalizeProperties(object, KEEP_INOBJECT_PROPERTIES, properties);
1667 // Write in-object properties after the length of the array.
1693 // If we still have the original map, set in-object properties directly.
3735 // Fast cases for getting named properties of the receiver JSObject
3740 // global proxy object never has properties. This is the case
4150 // then we have to check it for properties, because they are supposed to
4169 // Only JS objects can have properties.
4197 // Only JS objects can have properties.
4249 // all enumerable properties of the object and its prototypes
4286 // Return the names of the local named properties.
4296 // Skip the global proxy as it has no properties and always delegates to the
4313 // Find the number of local properties for each of the objects.
4373 // Return the names of the local indexed properties.
4519 // Handle special arguments properties.
7062 // directly to properties.
9176 // Skip the global proxy as it has no properties and always delegates to the
9681 // heap locals and extension properties of the debugged function.
9718 // Finally copy any properties from the function context extension. This will
9789 // Finally copy any properties from the function context extension. This will
10662 // Skip the global proxy as it has no properties and always delegates to the