Lines Matching defs:copy
3396 // 2. Let newLenDesc be a copy of Desc.
3885 auto copy = *copy_handle;
3905 copy.Set(i, key, value_or_field_type, details);
3909 copy.CopyFrom(i, source);
3913 if (source.number_of_descriptors() != enumeration_index) copy.Sort();
4095 // Do not copy the first entry, i.e., the length.
4541 Handle<AccessorPair> copy = isolate->factory()->NewAccessorPair();
4542 copy->set_getter(pair->getter());
4543 copy->set_setter(pair->setter());
4544 return copy;
6089 // We don't need to copy over the enumeration index.