Lines Matching refs:spread
355 TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) {
363 GotoIf(TaggedIsSmi(spread), &if_generic);
364 TNode<Map> spread_map = LoadMap(CAST(spread));
366 TNode<JSArray> spread_array = CAST(spread);
382 // The fast-path accesses the {spread} elements directly.
388 // Check elements kind of {spread}.
405 GotoIf(IsNullOrUndefined(spread), &if_iterator_is_null_or_undefined);
408 GetProperty(context, spread, IteratorSymbolConstant());
412 spread, iterator_fn));
433 spread);
527 auto spread = Parameter<Object>(Descriptor::kSpread);
530 CallOrConstructWithSpread(target, new_target, spread, args_count, context);
536 auto spread = Parameter<Object>(Descriptor::kSpread);
545 CallOrConstructWithSpread(target, new_target, spread, args_count, context);
551 auto spread = Parameter<Object>(Descriptor::kSpread);
559 CallOrConstructWithSpread(target, new_target, spread, args_count, context);