Skip to content

src: slim down env-inl.h

Move big and/or infrequently used functions from env-inl.h to env.cc to speed up build times and reduce binary bloat.

This commit also touches async_wrap-inl.h and base_object-inl.h because those are closely interwined with env-inl.h.

Non-functional change.

Refs: https://github.com/nodejs/node/issues/43712

Merge request reports

Loading