Kevin Smith (2013-11-25T23:52:22.000Z)
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?