On Jan 15, 2009, at 6:49 PM, Brendan Eich wrote:

The issue here is that typical implementations do have a rather small
limit on number of arguments. If the spec doesn't acknowledge this,
then those implementations are clearly violating the spec.

SpiderMonkey functions may have at most 65535 parameters.

The 64K-1 limit applies to direct calls. Calling via Function.prototype.apply has a larger limit for sanity (accidental or trivial-malicious DOS input): 16777215 or 16M-1.

/be
_______________________________________________
Es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to