Skip to content

test binary for macos-arm64

Pre-release
Pre-release
Compare
Choose a tag to compare
@joyeecheung joyeecheung released this 13 Sep 13:40
· 1 commit to fix-compile since this release
b547c0d
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.