Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: forcibly enable FinalizationRegistry and iterator helpers
Probably due to a bug in the build system, we could not use `JS::Prefs::setAtStartup_weakrefs(true);` or `JS::Prefs::setAtStartup_experimental_iterator_helpers(true);`: ``` undefined symbol: _ZN2JS5Prefs9weakrefs_E ``` Further more, the file `js/PrefsGenerated.h` does not get copied into the installation location of SpiderMonkey, but stays in `/js/src/_build/js/public/PrefsGenerated.h`.
- Loading branch information