node/lib/internal/bootstrap
Joyee Cheung c37d18d5e1
lib: streamline process.binding() handling
- Make processBindingAllowList a separate list from
  runtimeDeprecatedList and legacyWrapperList instead of being
  an umbrella one, so it's easier to see the stages the bindings
  are in.
- Cache process.binding() results so we don't need to mutate
  runtimeDeprecatedList.

PR-URL: https://github.com/nodejs/node/pull/50773
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-12-04 11:15:01 +01:00
..
switches lib: reset the cwd cache before execution 2023-09-21 16:56:33 +00:00
web lib: add --no-experimental-global-navigator CLI flag 2023-11-14 09:17:59 +01:00
node.js lib: add api to detect whether source-maps are enabled 2023-08-17 08:42:12 +00:00
realm.js lib: streamline process.binding() handling 2023-12-04 11:15:01 +01:00
shadow_realm.js module: bootstrap module loaders in shadow realm 2023-11-23 10:15:44 +01:00