Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94489ff12ce643dbcb1c84249627a97bccea858b
      
https://github.com/WebKit/WebKit/commit/94489ff12ce643dbcb1c84249627a97bccea858b
  Author: Sosuke Suzuki <[email protected]>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M JSTests/stress/iterator-concat.js
    M JSTests/stress/iterator-from.js
    M JSTests/stress/iterator-prototype-chunks.js
    M JSTests/stress/iterator-prototype-constructor-new.js
    M JSTests/stress/iterator-prototype-constructor-setter.js
    M JSTests/stress/iterator-prototype-every.js
    M JSTests/stress/iterator-prototype-find.js
    M JSTests/stress/iterator-prototype-forEach.js
    M JSTests/stress/iterator-prototype-map.js
    M JSTests/stress/iterator-prototype-reduce.js
    M JSTests/stress/iterator-prototype-some.js
    M JSTests/stress/iterator-prototype-to-string-tag-basic-setter.js
    M JSTests/stress/iterator-prototype-toArray.js
    M JSTests/stress/iterator-prototype-windows.js
    M JSTests/test262/config.yaml
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
    M Source/JavaScriptCore/runtime/JSIteratorConstructor.cpp
    M Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Remove `--useIteratorHelpers` flag
https://bugs.webkit.org/show_bug.cgi?id=292526

Reviewed by Yusuke Suzuki.

Iterator Helpers Proposal[1] is now stage 4 and enabled by default in
JSC. So this patch removes `--useIteratorHelpers` flag.

* JSTests/stress/iterator-concat.js:
* JSTests/stress/iterator-from.js:
* JSTests/stress/iterator-prototype-chunks.js:
* JSTests/stress/iterator-prototype-constructor-new.js:
* JSTests/stress/iterator-prototype-constructor-setter.js:
* JSTests/stress/iterator-prototype-every.js:
* JSTests/stress/iterator-prototype-find.js:
* JSTests/stress/iterator-prototype-forEach.js:
* JSTests/stress/iterator-prototype-map.js:
* JSTests/stress/iterator-prototype-reduce.js:
* JSTests/stress/iterator-prototype-some.js:
* JSTests/stress/iterator-prototype-to-string-tag-basic-setter.js:
* JSTests/stress/iterator-prototype-toArray.js:
* JSTests/stress/iterator-prototype-windows.js:
* JSTests/test262/config.yaml:
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):
* Source/JavaScriptCore/runtime/JSIteratorConstructor.cpp:
(JSC::JSIteratorConstructor::finishCreation):
* Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp:
(JSC::JSIteratorPrototype::finishCreation):
* Source/JavaScriptCore/runtime/OptionsList.h:

Canonical link: https://commits.webkit.org/294591@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to