Searched refs:anotherSetter (Results 1 – 4 of 4) sorted by relevance
37 function anotherSetter(x) { print(444); } function140 dp(obj2, "lima", { get: getter, set: anotherSetter });142 assertEquals(anotherSetter, gop(obj2, "lima").set);
1126 function anotherSetter(x) { modifyMe = x+2; } function1145 Object.defineProperty(obj1, "romeo", { set: anotherSetter });
36 function anotherSetter(x) { print(444); } function
1033 function anotherSetter(x) { modifyMe = x+2; } function1053 assertTrue(Reflect.defineProperty(obj1, "romeo", { set: anotherSetter }));