Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 // Binary: cache/js-dbg-64-ff51ddfdf5d1-linux
2 // Flags:
3 //
4
5 function makeGenerator() {
6 yield function generatorClosure() {};
7 }
8 var generator = makeGenerator();
9 if (typeof findReferences == 'function') {
10 findReferences(generator);
11 }