22.6.09 17:15 - cytatenUnfortunately, the super innovative, secure, and efficient with advanced tab isolation and recovery browser Internet Explorer 8 crashes like a charm, so we need to rename the function into something less ambiguous for the magic JScript engine. // NOTE: do not use with Internet Explorer
function arguments(){
return arguments;
};... Sometimes I forget we have to deal with a browser which logic is to bring internally even user comments: var f = ( /* hi scope! */ function(){ /* hi bracket! */ } );
alert(f);
// will be exactly:
// ( /* hi scope! */ function(){ /* hi bracket! */ } )
// the magic of an efficient code parser@ JavaScript arguments Weirdness! |

