Skip to content

lib: cache `process.binding(…)` wrappers

Currently, process.binding("util") === process.binding("util") is true, this ensures that with https://github.com/nodejs/node/pull/37819, process.binding("util") === process.binding("util") remains true.


Refs: https://github.com/nodejs/node/pull/37819

Merge request reports

Loading