Skip to content

src: create per isolate properties for the module loader

These commits are extracted from https://github.com/nodejs/node/pull/48655. They create per-isolate properties for internal bindings necessary for the module loader.

Also, this makes the node::process::BindingData a weak reference to avoid the realm being strongly referenced by the node::process::BindingData.

Merge request reports

Loading