Home | History | Annotate | Download | only in src

Lines Matching full:setwritable

350     desc.setWritable(ToBoolean(obj.writable));
430 PropertyDescriptor.prototype.setWritable = function(writable) {
513 desc.setWritable(desc_array[WRITABLE_INDEX]);
859 if (IsDataDescriptor(desc)) desc.setWritable(false);