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,test: Prepare for future V8 changes #11437

Merged
merged 2 commits into from
Feb 19, 2017
Merged

Commits on Feb 19, 2017

  1. src: remove usage of deprecated debug API

    Debug::GetMirror is used in contextify to force loading of the debug
    context. There is a better way to achieve this.
    
    PR-URL: nodejs#11437
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    hashseed authored and targos committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    99b75fa View commit details
    Browse the repository at this point in the history
  2. test: fix over-dependence on native promise impl

    In later versions of V8, the stack trace will be different than our
    current expectations for Promise methods.
    
    PR-URL: nodejs#11437
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    ofrobots authored and targos committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    751404d View commit details
    Browse the repository at this point in the history