Home | History | Annotate | Download | only in src

Lines Matching refs:properties

107   // Deep copy local properties.
109 FixedArray* properties = copy->properties();
110 for (int i = 0; i < properties->length(); i++) {
111 Object* value = properties->get(i);
116 properties->set(i, result);
265 { // Add the constant properties to the boilerplate.
739 // Traverse the name/value pairs and set the properties.
813 // conflicting types in case of intercepted properties because
1074 FixedArray* properties = global->properties();
1076 if (properties->get(index)->IsTheHole()) {
1077 properties->set(index, *value);
1165 FixedArray* properties = context_ext->properties();
1167 if (properties->get(index)->IsTheHole()) {
1168 properties->set(index, *value);
1203 CONVERT_SMI_CHECKED(properties, args[1]);
1205 NormalizeProperties(object, KEEP_INOBJECT_PROPERTIES, properties);
2909 // Fast cases for getting named properties of the receiver JSObject
2914 // global proxy object never has properties. This is the case
3240 // then we have to check it for properties, because they are supposed to
3257 // Only JS objects can have properties.
3284 // Only JS objects can have properties.
3336 // all enumerable properties of the object and its prototypes
3373 // Return the names of the local named properties.
3383 // Skip the global proxy as it has no properties and always delegates to the
3398 // Find the number of local properties for each of the objects.
3457 // Return the names of the local indexed properties.
3586 // Handle special arguments properties.
6361 // Skip the global proxy as it has no properties and always delegates to the
6766 // heap locals and extension properties of the debugged function.
6789 // Finally copy any properties from the function context extension. This will
6840 // Finally copy any properties from the function context extension. This will
7687 // Skip the global proxy as it has no properties and always delegates to the