Like I said, it would be nice to figure out how to remove it completely. It’s not awfully expensive though. It’s a simple copy of an array with a single string.
> On Jul 12, 2017, at 11:52 AM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > >> function >> uM(a){a=Array.prototype.slice.call(arguments,0)}w('org.apache.flex.utils.Language.trace',uM); > > I could be wrong but wouldn’t the call to Array.prototype.slice still be > rather expensive? > > Thanks, > Justin