Skip to content

lib: hide lots of internal properties

The symbol properties will all show up when inspecting the object that contains the enumerable symbols. Therefore, it's best to hide them from the user. That way the user concentrates on the actual important information and is not confronted with information that is not necessary for them.

There are still lots of symbols that are enumerable but I wanted to see how this will go first.

Refs: #21005 (closed)

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