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

src,test: ensure that V8 fast APIs are called #54317

Merged
merged 3 commits into from
Aug 13, 2024

Commits on Aug 11, 2024

  1. src,test: ensure that V8 fast APIs are called

    Adds a debug-only macro that can be used to track when a V8 fast API is
    called. A map of counters is maintained in in thread-local storage and
    an internal API can be called to get the total count associated with
    a call id.
    Specific tests are added and `crypto.timingSafeEqual` as well as
    internal documentation are updated to show how to use the macro
    and test fast API calls without running long loops.
    targos committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b042120 View commit details
    Browse the repository at this point in the history
  2. fixup: simplify

    targos committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f990636 View commit details
    Browse the repository at this point in the history
  3. fixup: lint

    targos committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3201cf9 View commit details
    Browse the repository at this point in the history