Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7417386b7da17bdb83f5c8f90aafb25234967e66
https://github.com/WebKit/WebKit/commit/7417386b7da17bdb83f5c8f90aafb25234967e66
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp
Log Message:
-----------
[JSC] Align Iterator#join to the latest spec
https://bugs.webkit.org/show_bug.cgi?id=321270
rdar://184321382
Reviewed by Yijia Huang.
Align Iterator#join implementation more to the spec.
1. even if undefined/null element exists, we still need to append a
separator. This fixes a test262 failure.
2. For efficiency, use JSRopeString::RopeBuilder.
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
Canonical link: https://commits.webkit.org/318806@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications