Kevin Smith (2013-11-25T23:52:22.000Z)
>
>
> function(a = yield+b) {
>   "use strict";
> }


Ah, thanks for pointing out the function-head issue.  So for non-strict
regular functions, is yield allowed in parameter initializers or not?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131125/9a80efb4/attachment.html>
domenic at domenicdenicola.com (2013-12-10T01:12:57.086Z)
> ```js
> function(a = yield+b) {
>   "use strict";
> }
> ```

Ah, thanks for pointing out the function-head issue.  So for non-strict
regular functions, is yield allowed in parameter initializers or not?