DescriptionDisallow passing a SharedArrayBuffer in the transfer list.
This behavior changed recently. SharedArrayBuffers should not be put in the
transfer list, because they are not detached, and that is the meaning of being
in the transfer list.
This is the V8 side of the change, the Blink side will come next.
Review-Url: https://codereview.chromium.org/2570433005
Cr-Commit-Position: refs/heads/master@{#41740}
Committed: https://chromium.googlesource.com/v8/v8/+/1c5e1504e0305363cd262f1706cbd63f9a62ae46
Patch Set 1 #
Total comments: 14
Patch Set 2 : fix comments #
Total comments: 4
Patch Set 3 : fixes #Patch Set 4 : TransferSharedArrayBuffer -> GetSharedArrayBufferId #
Messages
Total messages: 24 (13 generated)
|