[webkit-changes] [WebKit/WebKit] 0ad3c9: [JSC] Disable Array#group and Array#groupToMap

Michael Saboff noreply at github.com
Wed May 10 12:43:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0ad3c9cd654b6ba40b2d53b1390c4858af97e8f2
      https://github.com/WebKit/WebKit/commit/0ad3c9cd654b6ba40b2d53b1390c4858af97e8f2
  Author: Michael Saboff <msaboff at apple.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M JSTests/stress/unscopables.js
    M LayoutTests/inspector/model/remote-object-get-properties-expected.txt
    M LayoutTests/js/Object-getOwnPropertyNames-expected.txt
    M LayoutTests/js/array-unscopables-properties-expected.txt
    M LayoutTests/js/script-tests/Object-getOwnPropertyNames.js
    M LayoutTests/js/script-tests/array-unscopables-properties.js
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js

  Log Message:
  -----------
  [JSC] Disable Array#group and Array#groupToMap
https://bugs.webkit.org/show_bug.cgi?id=256591
rdar://109156668

Reviewed by Yusuke Suzuki and Devin Rousso.

Disable stage 3 proposed APIs Array#group and Array#groupToMap as they have run into web compatibility issues.
The name for at least Array#group will likely change.

* JSTests/stress/unscopables.js:
* LayoutTests/inspector/model/remote-object-get-properties-expected.txt:
* LayoutTests/js/Object-getOwnPropertyNames-expected.txt:
* LayoutTests/js/array-unscopables-properties-expected.txt:
* LayoutTests/js/script-tests/Object-getOwnPropertyNames.js:
* LayoutTests/js/script-tests/array-unscopables-properties.js:
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js:

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




More information about the webkit-changes mailing list