Home | History | Annotate | Download | only in src

Lines Matching refs:isWritable

386              writable: desc.isWritable(),
408 %IgnoreAttributesAndSetProperty(obj, "writable", desc.isWritable(), NONE);
549 "isWritable", function() {
737 SameValue(desc.isWritable(), current.isWritable())) &&
769 if (!current.isWritable() && desc.isWritable()) {
776 if (!current.isWritable() && desc.hasValue() &&
837 flag |= desc.isWritable() ? 0 : READ_ONLY;
839 flag |= current.isWritable() ? 0 : READ_ONLY;
885 if (new_length != length && !length_desc.isWritable()) {
954 if ((index >= length && !length_desc.isWritable()) ||
1259 if (desc.isWritable() || desc.isConfigurable()) {
1324 if (IsDataDescriptor(desc) && desc.isWritable()) return false;