Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:true

40     exception = true;
51 exception = true;
102 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
177 Object.defineProperty(obj4, 'x', {configurable: false, writable: true});
186 Object.defineProperty(obj5, 'x', {configurable: true, writable: false});
249 set: function() { accessorDidRun = true },
250 configurable: true,
251 enumerable: true
287 set: function() { accessorDidRun = true },
288 configurable: true,
289 enumerable: true
308 set: function() { accessorDidRun = true },
309 configurable: true,
310 enumerable: true