<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Nov 26, 2015 at 11:55 PM, Mark Banner <span dir="ltr"><<a href="mailto:mbanner@mozilla.com" target="_blank">mbanner@mozilla.com</a>></span> wrote: <br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><ul><ul><li>A lot (> 120, maybe the majority of the rest), failed due
to yield statements being within functions not designated as
generator functions. That doesn't seem to cause problems, but
it appears to be wrong according to the es6.<br></li></ul></ul></div></blockquote><div>SpiderMonkey supports old-style generators that don't require the `function*` syntax. We'd like to eventually remove this support, so the right way to fix these warnings is to change the code to use ES6 generators.</div></div><br></div></div>