Searched refs:FakeGeneratorObjectConstructor (Results 1 – 1 of 1) sorted by relevance
23 function FakeGeneratorObjectConstructor() {} class24 Object.defineProperty(g.prototype.__proto__, "constructor", {value: FakeGeneratorObjectConstructor}…25 print(g.prototype.__proto__.constructor == FakeGeneratorObjectConstructor);