A little different then the usual fare... When interpreting (for the sake of implementation) how the arguments of Array.prototype.slice should be handled: is it safe to assume that arguments may not be defined and that all implementations are expected to handle this the same way, as specified by 15.4.4.9? Put another way - no part of Array.prototype.slice's argument handling could be "mis-interpreted" by an implementor, without being considered a bug, correct?
I apologize if this has an "obvious" answer and I believe it does, I'm just hoping to get confirmation. Thanks in advance.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

