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: V8: fix backtrace for symbols #10732

Closed
wants to merge 2 commits into from

Commits on Jan 11, 2017

  1. deps: V8: fix debug backtrace for symbols

    The cherry-pick of nodejs#7612 to v4.x (4369055) added in nodejs#9298 wasn't quite
    correct as it depends on a runtime function %SymbolDescriptiveString
    that doesn't exist on v4.x. We can use %SymbolDescription instead.
    
    Ref: nodejs#7612
    Ref: nodejs#9298
    ofrobots committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    d57f561 View commit details
    Browse the repository at this point in the history
  2. [SQUASH] bump V8 version

    ofrobots committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    c66afe2 View commit details
    Browse the repository at this point in the history