forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
1cc87d6
commit 458fd47
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters