eval() is used a lot when I use firebug and search trough the scrips (of the latest master) for example in the ext-all file:
function evalFunc_pol(foreign, value) {
return eval (((foreign=="-")?'-':'')+value);
}
I'm not a Javascript expert so I have no suggestion how to replace it nice.