Lines Matching full:join
109 // elements. When this is called from join(), it can happen only before the
447 // The Join Stack detects cyclical calls to Array Join builtins
448 // (Array.p.join(), Array.p.toString(), Array.p.toLocaleString()). This
525 // Shrink the Join Stack if the stack will be empty and is larger than
558 // Main entry point for all builtins using Array Join functionality.
568 // the normal join algorithm.
584 // https://tc39.github.io/ecma262/#sec-array.prototype.join
633 // 2. Let func be ? Get(array, "join").
634 const prop: JSAny = GetProperty(array, 'join');
647 // https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.join
655 context, receiver, '%TypedArray%.prototype.join');