Skip to content

src: prefer internal fields in ModuleWrap

Use internal fields instead of v8::Globals where possible, since they generally come with lower overhead and it’s much harder to introduce memory leaks with them.

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

Merge request reports

Loading