I was playing around with generators / looking at await for promises and
notices a very difficult thing revolving around generators not having a
reference to themselves.

See:

https://gist.github.com/bmeck/72a0f4f448f20cf00f8c

I have to end up wrapping the generator function to get a reference to the
generator for passing to nested functions.

Is there a reason the execution context is not a generator / there is no
reference back to the generator during [[call]]?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to