Home
last modified time | relevance | path

Searched refs:FakeGeneratorFunctionConstructor (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/objectgetownproperty/
Dobjectgetownproperty.js19 function FakeGeneratorFunctionConstructor() {} class
20 Object.defineProperty(g.__proto__, "constructor", {value: FakeGeneratorFunctionConstructor});
21 print(g.__proto__.constructor == FakeGeneratorFunctionConstructor);