Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds