Closed kgary closed 10 years ago
Built in functions will not report for errors. Other ignored function list:
alert() decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() eval() isFinite() isNaN() Number() parseFloat() parseInt() String() unescape() atob() blur() btoa() clearInterval() clearTimeout() close() confirm() createPopup() focus() moveBy() moveTo() open() print() prompt() resizeBy() resizeTo() scroll() scrollBy() scrollTo() setInterval() setTimeout() stop()
alert is a built-in JS function and should not cause an error. May need to check for other built-ins as well.