Sounds like defining your own Array.prototype.forEach would solve the problem.
Yang On Friday, March 15, 2013 9:07:35 PM UTC+1, Benjamin Kalman wrote: > > > On Fri, Mar 15, 2013 at 1:06 PM, Joshua Bell <[email protected]<javascript:> > > wrote: > >> *If* you know your scripts will run first and *if* it is acceptable to >> deny external scripts the ability to modify built-ins, you could consider >> using SES. https://code.google.com/p/es-lab/wiki/SecureEcmaScript >> > > Neither of those is true unfortunately, though we can run some code first > if necessary. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
