Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 458fd47cba5e214b068193f5acd59cd5cd9cc26d
      
https://github.com/WebKit/WebKit/commit/458fd47cba5e214b068193f5acd59cd5cd9cc26d
  Author: Yusuke Suzuki <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to