Details
Description
The calls to JS_SetGlobalJitCompilerOption modify a global variable in MozJS and can lead to a race condition. These calls should be removed, as there are sufficient other parameters available to enable/disable JIT in MozJS.
The calls to JS_SetGlobalJitCompilerOption modify a global variable in MozJS and can lead to a race condition. These calls should be removed, as there are sufficient other parameters available to enable/disable JIT in MozJS.