Searched refs:throwingRadix (Results 1 – 1 of 1) sorted by relevance
104 var throwingRadix = { valueOf: function() { state = "throwingRadix"; throw null; } }; variable107 try { parseInt('123', throwingRadix); } catch (e) {}115 try { parseInt(throwingString, throwingRadix); } catch (e) {}