Searched refs:anotherGetter (Results 1 – 4 of 4) sorted by relevance
36 function anotherGetter() { return 333; } function131 dp(obj2, "kilo", { get: anotherGetter });133 assertEquals(anotherGetter, gop(obj2, "kilo").get);
1098 function anotherGetter() { return 222; } function1115 Object.defineProperty(obj1, "quebec", { get: anotherGetter });
35 function anotherGetter() { return 333; } function
1004 function anotherGetter() { return 222; } function1022 assertTrue(Reflect.defineProperty(obj1, "quebec", { get: anotherGetter }));