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 357e6b9 from V8's upstream #2974

Commits on Sep 21, 2015

  1. deps: backport 357e6b9 from V8's upstream

    Backport 357e6b99ee3927cc075dd8d27c99b89d858f9dd5 from V8's upstream.
    
    Original commit message:
    
      Add ScopeInfo constants to post-mortem metadata
    
      mdb_v8, a post-mortem debugging tool for Node.js, allows users to
      inspect ScopeInfo structures in order to get more information about
      closures.
    
      Currently, it hardcodes the metadata it uses to find this information.
      This change allows it to get this metadata from the node binary itself,
      and thus to adapt to future changes made to the layout of the ScopeInfo
      data structure.
    
      BUG=
    
      R=bmeurer@chromium.org
    Julien Gilli committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    9fb54ad View commit details
    Browse the repository at this point in the history