Source code

Revision control

Copy as Markdown

Other Tools

function throwsRangeError(t) {
try {
var date = arguments;
date.setTime
} catch (err) {
}
}
throwsRangeError();