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: backport 819b40a from V8 upstream #3937

Closed
wants to merge 2 commits into from

Commits on Nov 20, 2015

  1. deps: backport 819b40a from V8 upstream

    Original commit message:
    
        Use baseline code to compute message locations.
    
        This switches Isolate::ComputeLocation to use baseline code when
        computing message locations. This unifies locations between optimized
        and non-optimized code by always going through the FrameSummary for
        location computation.
    
        R=bmeurer@chromium.org
        TEST=message/regress/regress-4266
        BUG=v8:4266
        LOG=n
    
        Review URL: https://codereview.chromium.org/1331603002
    
        Cr-Commit-Position: refs/heads/master@{nodejs#30635}
    
    Fixes: nodejs#3934
    targos committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    24a1c4e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. add missing case

    targos committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    0b16d3d View commit details
    Browse the repository at this point in the history