12ba4e40f63f843f83cf413cb5cfdb8ce91c53fa.svn-base 96 Bytes Raw Blame History Permalink 1 function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)