Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: set arraybuffer_untransferable_private_symbol #31053

Closed
wants to merge 1 commit into from

Commits on Dec 23, 2019

  1. src: set arraybuffer_untransferable_private_symbol

    for `ArrayBuffer` whose buffers are not own by `BackingStore`. This
    would help us avoid problem with the new V8 BackingStore API where new
    `ArrayBuffer` is allocated at the same place of previous `ArrayBuffer`
    that is still being tracked in `BackingStore` table.
    
    Ref: nodejs#31052
    thangktran committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    0d11d4c View commit details
    Browse the repository at this point in the history