Skip to content

bootstrap: make Buffer and process non-enumerable

This makes sure these two properties are non-enumerable. This aligns them with all other globals that are not enumerable by spec.

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading