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

n-api: improve consistency of how we get context #36068

Closed
wants to merge 1 commit into from

Commits on Nov 10, 2020

  1. n-api: improve consistency of how we get context

    Refs: nodejs/node-addon-api#764
    Improve the consistency of how we get a context
    when needed. We generally used env->context() in N-API
    but there were are few exceptions that this PR addresses.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Nov 10, 2020
    Copy the full SHA
    9f559af View commit details
    Browse the repository at this point in the history