Allen Wirfs-Brock (2014-01-21T16:42:52.000Z)
domenic at domenicdenicola.com (2014-01-24T20:02:52.585Z)
On Jan 20, 2014, at 11:46 PM, Andy Wingo wrote: > I guess CSP needs to be updated to have similar language for > GeneratorFunction as for Function. As Allen mentions, though it doesn't > have a name it is accessible. > > I just took a look at SM and V8 and it seems both of them respect CSP > for the GeneratorFunction constructor, though both are lacking test > cases. Not sure how to trigger such a test case without a browser. > I would assume that the actual test would normally be done at the level of the implementation that compiles (or executes) such code and not in the public API that exposes that capability.