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: factor out calling pattern #36113

Closed
wants to merge 3 commits into from

Commits on Nov 13, 2020

  1. n-api: factor out calling pattern

    Factor out how we handle a `napi_status`-valued return internally.
    
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Gabriel Schulhof committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    58e9258 View commit details
    Browse the repository at this point in the history
  2. fixup! remove unused variable

    Gabriel Schulhof committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    913d540 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. fixup! Update src/js_native_api_v8.h

    Remove semicolon from macro definition
    
    Co-authored-by: Anna Henningsen <github@addaleax.net>
    Gabriel Schulhof and addaleax committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    8e4b575 View commit details
    Browse the repository at this point in the history