You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In testing #280 it was noticed that using isNaN is a lot slower than x !== x in Firefox. There's some other parts of jsexecute where isNaN shows up. Might be worth looking into if those can be optimized.