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: add methods to open/close callback scope #18089

Closed
wants to merge 3 commits into from

Commits on Feb 5, 2018

  1. n-api: add methods to open/close callback scope

    Add support for the following methods;
      napi_open_callback_scope
      napi_close_callback_scope
    
    These are needed when running asynchronous methods directly
    using uv.
    mhdawson committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    a0f4492 View commit details
    Browse the repository at this point in the history
  2. squash: address comments

    mhdawson committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    e9200b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ea4c8 View commit details
    Browse the repository at this point in the history