Searched refs:source_property_array (Results 1 – 1 of 1) sorted by relevance
4865 TNode<PropertyArray> source_property_array = CAST(source_properties); in GenerateCloneObjectIC() local4867 TNode<IntPtrT> length = LoadPropertyArrayLength(source_property_array); in GenerateCloneObjectIC()4872 CopyPropertyArrayValues(source_property_array, property_array, length, in GenerateCloneObjectIC()