Searched refs:new_properties (Results 1 – 1 of 1) sorted by relevance
1644 FixedArray* new_properties = 0; // Will always be NULL or a valid pointer. in ConvertDescriptorToField() local1655 new_properties = FixedArray::cast(new_properties_object); in ConvertDescriptorToField()1662 if (new_properties) { in ConvertDescriptorToField()1663 set_properties(FixedArray::cast(new_properties)); in ConvertDescriptorToField()