| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Note that the v8 flag --harmony-rab-gsab-transfer can still be turned off with --no-harmony-rab-gsab-transfer and the stable Node.js APIs would be broken in such case. |
Sorry, something went wrong.
There was a problem hiding this comment.
this is a mutable property, so it must be a primordial
| if (viewBuffer.detached) { | |
| if (ArrayBufferPrototypeDetached(viewBuffer)) { |
Sorry, something went wrong.
There was a problem hiding this comment.
| if (ArrayBufferViewGetBuffer(view).detached) { | |
| if (ArrayBufferPrototypeDetached(ArrayBufferViewGetBuffer(view)) { |
Sorry, something went wrong.
There was a problem hiding this comment.
| const transferredBuffer = buffer.transfer(); | |
| const transferredBuffer = ArrayBufferPrototypeTransfer(buffer); |
Sorry, something went wrong.
There was a problem hiding this comment.
| transferredBuffer = buffer.transfer(); | |
| transferredBuffer = ArrayBufferPrototypeTransfer(buffer); |
Sorry, something went wrong.
There was a problem hiding this comment.
| desc.buffer = desc.buffer.transfer(); | |
| desc.buffer = ArrayBufferPrototypeTransfer(desc.buffer); |
Sorry, something went wrong.
There was a problem hiding this comment.
| const transferredBuffer = buffer.transfer(); | |
| const transferredBuffer = ArrayBufferPrototypeTransfer(buffer); |
Sorry, something went wrong.
There was a problem hiding this comment.
| if (firstPendingPullInto.buffer.detached) { | |
| if (ArrayBufferPrototypeDetached(firstPendingPullInto.buffer)) { |
Sorry, something went wrong.
There was a problem hiding this comment.
| firstPendingPullInto.buffer = firstPendingPullInto.buffer.transfer(); | |
| firstPendingPullInto.buffer = ArrayBufferPrototypeTransfer(firstPendingPullInto.buffer); |
Sorry, something went wrong.
There was a problem hiding this comment.
| desc.buffer = viewBuffer.transfer(); | |
| desc.buffer = ArrayBufferPrototypeTransfer(viewBuffer); |
Sorry, something went wrong.
|
@legendecas would you be interested in removing the flag that disables arraybuffer.prototype.detach, from v8? |
Sorry, something went wrong.
|
Sure, the feature has been released since M111 and I believe it is a good time to remove the flag. |
Sorry, something went wrong.
|
v8/v8@9ebca66 the flag was removed since V8 12.6. |
Sorry, something went wrong.
I couldn't make the git node v8 backport work with this commit. There wasn't anything staged to resolve as a conflict. Does it work for you? @legendecas ⇣ 5% ❯ git node v8 backport 9ebca66 --verbose [STARTED] Update local V8 clone [STARTED] Fetch V8 [COMPLETED] Fetch V8 [COMPLETED] Update local V8 clone [STARTED] V8 commit backport [STARTED] Get current V8 version [COMPLETED] Get current V8 version [STARTED] Generate patches [COMPLETED] Generate patches [STARTED] Apply and commit patches to deps/v8 [STARTED] Commit 9ebca66a5740 [STARTED] Apply patch [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › R [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RE [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RES [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RESO [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RESOL [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RESOLV [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RESOLVE [PROMPT] ? Resolve merge conflicts and enter 'RESOLVED' › RESOLVED [PROMPT] ✔ Resolve merge conflicts and enter 'RESOLVED' · RESOLVED [COMPLETED] Apply patch [STARTED] Increment embedder version number [COMPLETED] Increment embedder version number [STARTED] Commit patch [COMPLETED] Commit patch [COMPLETED] Commit 9ebca66a5740 [COMPLETED] Apply and commit patches to deps/v8 [COMPLETED] V8 commit backport |
Sorry, something went wrong.
|
My git node v8 backport 9ebca66a57409dd9441868a9ce429c0c3f61409d doesn't work as well. I will try to cherrypick manually. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change requires v8 11.8, therefore can't be backported to v18 and v20