Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:false

35   var exception = false;
46 exception = false;
170 // has been set to false on all properties manually and the extensible
171 // flag has also been set to false manually.
176 Object.defineProperty(obj3, 'x', {configurable: false, writable: true});
177 Object.defineProperty(obj3, 'y', {configurable: false, writable: false});
186 Object.defineProperty(obj4, 'x', {configurable: true, writable: false});
187 Object.defineProperty(obj4, 'y', {configurable: false, writable: false});