Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
488 // - If there are no holes in the source, its ElementsKind will be preserved. In
491 // - If there are holes in the source, the ElementsKind of the "copy" will be
1398 TNode<JSReceiver> source, TNode<Number> source_length,
1423 // b. Let exists be ? HasProperty(source, P).
1427 HasProperty(context, source, source_index, kHasProperty);
1433 // i. Let element be ? Get(source, P).
1435 GetProperty(context, source, source_index);
1444 // sourceIndex, source ยป).
1447 element_maybe_smi, source_index, source);
1535 auto source = Parameter<JSReceiver>(Descriptor::kSource);
1545 FlattenIntoArray(context, target, source, source_length, start, depth));
1552 auto source = Parameter<JSReceiver>(Descriptor::kSource);
1559 Return(FlattenIntoArray(context, target, source, source_length, start, depth,