Skip to content

perf_hooks,trace_events: use stricter equality

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/stricter into master

There is no need to use loose equality on these checks because undefined is caught by the preceding typeof check.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading