On Apr 29, 2011, at 1:08 PM, Axel Rauschmayer wrote: > Would it make sense to standardize more exception/error types, for example to > add a MissingParameterError in ES.next?
No proposal yet for demanding actual parameter count match formal, so this would not be used. It can't be used from built-ins already spec'ed, since it would be an incompatible runtime change. We're trying to avoid those (typeof null == "null" is the current exception), in favor of early errors when migrating. /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

