1 try{foo()} catch (e){ log(e)
15 try{foo()} catch (e){ log(e)
23 // Empty Catch comment
27 // issue #35: "catch" block indent + empty catch body
28 jQuery.ready.promise = function( obj ) {
30 top = window.frameElement == null && document.documentElement;
34 // "catch" brace indent
35 function issueNN( obj ) {
43 // "finally" brace indent
46 top = window.frameElement == null && document.documentElement;
56 jQuery.ready.promise = function( obj ) {
59 top = window.frameElement == null && document.documentElement;
66 // finally a comment 2
73 function nestedTryCatch() {
80 // just a little bit harder
86 }finally{ shouldBreak = true; } next();
89 // line break handling (#128)