Skip to content

Releases: joyeecheung/node

test binary for macos-arm64

13 Sep 13:40
b547c0d
Compare
Choose a tag to compare
Pre-release
module: fix the leak in SourceTextModule and ContextifySript

Replace the persistent handles to v8::Module and
v8::UnboundScript with an internal reference that V8's GC is
aware of to fix the leaks.