Skip to content

src: expose Environment::kNodeContextTagPtr

This PR exposes Environment::kNodeContextTagPtr. This was introduced a while back in https://github.com/nodejs/node/pull/19134, and then recently introduced into Environment::GetCurrent.

Electron uses Environment::GetCurrent in several places (such as here), and since kNodeContextTagPtr wasn't exposed, we began to run into undefined symbol errors.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading