Searched defs:new_attributes (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc3351 // Reconfigures property at |modify_index| with |new_kind|, |new_attributes|,
3365 // |new_attributes|) to walk the transition tree.
3379 PropertyAttributes new_attributes,
3403 DCHECK_EQ(new_attributes, old_details.attributes());
3430 new_kind, new_attributes,
3442 new_kind, new_attributes,
3449 old_details.attributes() != new_attributes) {
3451 new_kind, new_attributes,
3459 new_kind, new_attributes,
3484 next_attributes = new_attributes;
3377 ReconfigureProperty(Handle<Map> old_map, int modify_index, PropertyKind new_kind, PropertyAttributes new_attributes, Representation new_representation, Handle<HeapType> new_field_type, StoreMode store_mode) argument
[all...]

Completed in 134 milliseconds