Lines Matching defs:set
104 function set() {};
105 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
110 assertEquals(set, desc.set);
126 assertEquals(set, desc.set);
171 // has been set to false on all properties manually and the extensible
172 // flag has also been set to false manually.
203 // Allow these functions to set up monomorphic calls, using custom built-ins.