¡@

Home 

javascript Programming Glossary: fn.arguments

Why does an unexecuted eval have an effect on behavior in some browsers?

http://stackoverflow.com/questions/11939736/why-does-an-unexecuted-eval-have-an-effect-on-behavior-in-some-browsers

to see how eval direct and indirect calls arguments and fn.arguments interact on IE Firefox and Chrome. It's not surprising that.. on each browser since we're dealing with the non standard fn.arguments . The first test just checks for strict equality of fn.arguments.. . The first test just checks for strict equality of fn.arguments and arguments and if the presence of eval affects that in any..