Searched refs:FakeGeneratorFunctionConstructor (Results 1 – 1 of 1) sorted by relevance
19 function FakeGeneratorFunctionConstructor() {} class20 Object.defineProperty(g.__proto__, "constructor", {value: FakeGeneratorFunctionConstructor});21 print(g.__proto__.constructor == FakeGeneratorFunctionConstructor);