>
>
> So we parse it as an identifier, just as we parse duplicate formal
> parameters. Then if we see "use strict", we must post-process the parse
> tree and throw an error. Kind of a shame, but there it is.
>
>
To use Waldemar's word, I wonder if that might get obnoxious:

    function(a = function(yield = function(arguments = function(eval) {})
{}) {}) {
      "use strict"; /* Doh! */
    }

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

Reply via email to