Searched refs:source_properties (Results 1 – 1 of 1) sorted by relevance
3459 TNode<Object> source_properties = in GenerateCloneObjectIC() local3462 GotoIf(TaggedIsSmi(source_properties), &allocate_object); in GenerateCloneObjectIC()3463 GotoIf(IsEmptyFixedArray(source_properties), &allocate_object); in GenerateCloneObjectIC()3466 CSA_SLOW_ASSERT(this, IsPropertyArray(CAST(source_properties))); in GenerateCloneObjectIC()3468 UncheckedCast<PropertyArray>(source_properties)); in GenerateCloneObjectIC()3473 CopyPropertyArrayValues(source_properties, var_properties.value(), length, in GenerateCloneObjectIC()