[webkit-changes] [WebKit/WebKit] 458fd4: [JSC] Disable ArrayBuffer#transfer

Yusuke Suzuki noreply at github.com
Tue Nov 29 21:12:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 458fd47cba5e214b068193f5acd59cd5cd9cc26d
      https://github.com/WebKit/WebKit/commit/458fd47cba5e214b068193f5acd59cd5cd9cc26d
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M JSTests/ChakraCore/test/typedarray/arraybufferType.baseline-jsc
    M JSTests/stress/v8-harmony-arraybuffer-transfer.js
    M JSTests/test262/config.yaml
    M Source/JavaScriptCore/runtime/JSArrayBufferPrototype.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Disable ArrayBuffer#transfer
https://bugs.webkit.org/show_bug.cgi?id=248484
rdar://102775650

Reviewed by Mark Lam.

ArrayBuffer#transfer's semantics is still under discussion, and TC39 decided separating this out from
the rest of resizable ArrayBuffer, and creating a new proposal for ArrayBuffer#transfer.
We disable ArrayBuffer#transfer to follow to this.

[1]: https://github.com/tc39/proposal-resizablearraybuffer/issues/113

* JSTests/ChakraCore/test/typedarray/arraybufferType.baseline-jsc:
* JSTests/stress/v8-harmony-arraybuffer-transfer.js:
* JSTests/test262/config.yaml:
* Source/JavaScriptCore/runtime/JSArrayBufferPrototype.cpp:
(JSC::JSArrayBufferPrototype::finishCreation):
* Source/JavaScriptCore/runtime/OptionsList.h:

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




More information about the webkit-changes mailing list