Skip to content

lib: make NativeModule._cache private

Rodrigo Muino Tomonari requested to merge github/fork/vdeturckheim/master into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)
  • Bootstrap

Following @addaleax suggestion on help, I made the NativeModule._cache totally private to prevent any future tempering with it.

I have not found any documentation nor test regarding this part of code, so I did not update any.

Merge request reports

Loading