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

deps: cherry-pick 76cab5f from upstream V8 #20350

Closed
wants to merge 1 commit into from

Commits on Apr 27, 2018

  1. deps: cherry-pick 76cab5f from upstream V8

    Original commit message:
    
        Fix Object.entries/.values with non-enumerable properties
    
        Iterate over all descriptors instead of bailing out early and missing
        enumerable properties later.
    
        Bug: chromium:836145
        Change-Id: I104f7ea89480383b6b4b9204942a166bdf8e0597
        Reviewed-on: https://chromium-review.googlesource.com/1027832
        Reviewed-by: Jakob Gruber <jgruber@chromium.org>
        Commit-Queue: Camillo Bruni <cbruni@chromium.org>
        Cr-Commit-Position: refs/heads/master@{nodejs#52786}
    
    Refs: v8/v8@76cab5f
    Fixes: nodejs#20278
    targos committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    cce7e8b View commit details
    Browse the repository at this point in the history