зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1531293 - Enable javascript.options.bigint on Nightly r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D21528 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
5c7a1c0a94
Коммит
9f6b506136
|
@ -1600,7 +1600,11 @@ pref("javascript.options.spectre.jit_to_C++_calls", true);
|
|||
pref("javascript.options.streams", true);
|
||||
|
||||
// BigInt API
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("javascript.options.bigint", true);
|
||||
#else
|
||||
pref("javascript.options.bigint", false);
|
||||
#endif
|
||||
|
||||
// Dynamic module import.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
|
|
Загрузка…
Ссылка в новой задаче