[webkit-changes] [WebKit/WebKit] cbdbb7: [JSC] Enable ArrayBuffer transfer feature

Yusuke Suzuki noreply at github.com
Tue Nov 7 13:44:23 PST 2023


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

  Changed paths:
    M JSTests/ChakraCore/test/typedarray/arraybufferType.baseline-jsc
    M LayoutTests/inspector/model/remote-object/object-expected.txt
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Enable ArrayBuffer transfer feature
https://bugs.webkit.org/show_bug.cgi?id=264322
rdar://118037759

Reviewed by Michael Saboff.

Enable ArrayBuffer transfer feature. https://github.com/tc39/proposal-arraybuffer-transfer
transfer, transferToFixedLength, and detached methods / getters.

* Source/JavaScriptCore/runtime/OptionsList.h:

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




More information about the webkit-changes mailing list