Skip to content

Async hooks rename

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

async_hooks

Rename init to emitInitNative and all emit*S to emit*Script. I know some are against these purely stylish changes so I included a small consistency fix to AsyncResource and emitInit that is much more obvious with the renames.

Merge request reports

Loading