Lines Matching refs:false
36 var exception = false;
47 exception = false;
171 // has been set to false on all properties manually and the extensible
172 // flag has also been set to false manually.
177 Object.defineProperty(obj3, 'x', {configurable: false, writable: true});
178 Object.defineProperty(obj3, 'y', {configurable: false, writable: false});
187 Object.defineProperty(obj4, 'x', {configurable: true, writable: false});
188 Object.defineProperty(obj4, 'y', {configurable: false, writable: false});