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

fix(napi): functions related to errors #17370

Merged
merged 19 commits into from
Jan 15, 2023

Commits on Jan 12, 2023

  1. wip, some tests working

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8357cc2 View commit details
    Browse the repository at this point in the history
  2. wip

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c66e8d9 View commit details
    Browse the repository at this point in the history
  3. finish tests

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    aab8165 View commit details
    Browse the repository at this point in the history
  4. add cstr! macro

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    03e5dc4 View commit details
    Browse the repository at this point in the history
  5. more apis

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3e0ac45 View commit details
    Browse the repository at this point in the history
  6. napi_clear_last_error

    bartlomieju committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    13a2d3a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. add check env

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cfcd1c4 View commit details
    Browse the repository at this point in the history
  2. add napi_to_v8

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    46b85a1 View commit details
    Browse the repository at this point in the history
  3. check_new_from_utf8

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8c660eb View commit details
    Browse the repository at this point in the history
  4. use cstr!

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    4fdb06f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c989c5 View commit details
    Browse the repository at this point in the history
  6. use more cstr

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b4ce5d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e96ad3 View commit details
    Browse the repository at this point in the history
  8. some lints

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7892c7c View commit details
    Browse the repository at this point in the history
  9. use qualifier

    bartlomieju committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    90d3dc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    4470e3a View commit details
    Browse the repository at this point in the history
  2. napi_value_unchecked

    bartlomieju committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    fd20551 View commit details
    Browse the repository at this point in the history
  3. borrow mut error

    bartlomieju committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    b0a1b7a View commit details
    Browse the repository at this point in the history
  4. simplify macros

    bartlomieju committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5d3a065 View commit details
    Browse the repository at this point in the history