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

test: pass null params to napi_create_function() #26998

Commits on Mar 29, 2019

  1. test: pass null params to napi_create_function()

    Each one of the following arguments is checked:
      napi_env env,
      const char* utf8name,
      napi_callback cb,
      napi_value* result.
    Octavian Soldea authored and Octavian Soldea committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d67fa82 View commit details
    Browse the repository at this point in the history