/* * Any copyright is dedicated to the Public Domain. * http://creativecommons.org/licenses/publicdomain/ */test();functiontest(){varcounter=0;functionf(x,y){try{throw42;}catch(e2){foo(function(){returnx;}|"9.2"&&5||counter&&e);++counter;}}f(2,1);}functionfoo(bar){return""+bar;}reportCompare(0,0,"ok");