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: re-write test_make_callback #19448

Commits on Mar 20, 2018

  1. n-api: re-write test_make_callback

    This re-writes the test in C by dropping std::vector<napi_value> in
    favour of a C99 variable length array, and by dropping the anonymous
    namespace in favour of static function declarations.
    Gabriel Schulhof committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    ab8328a View commit details
    Browse the repository at this point in the history