window['eval']() in rhino

window['eval']() in rhino


I assume there must be a good reason, but why is window['eval'] used
as opposed to window.eval in httpData? This has some issues in rhino
for reasons discussed here:
http://www.mail-archive.com/dev-tech-js-engine-rhino@lists.mozilla.org/msg00664.html
I know jQuery's tests run in rhino, but perhaps not XHR JSON requests?
Is there something that you are doing to rhino (I'm not in strict
mode) that allows this?
Thanks for your help.