Home | History | Annotate | Download | only in src

Lines Matching refs:isWritable

378              writable: desc.isWritable(),
399 %IgnoreAttributesAndSetProperty(obj, "writable", desc.isWritable(), NONE);
540 "isWritable", function() {
722 SameValue(desc.isWritable(), current.isWritable())) &&
754 if (!current.isWritable() && desc.isWritable()) {
761 if (!current.isWritable() && desc.hasValue() &&
822 flag |= desc.isWritable() ? 0 : READ_ONLY;
824 flag |= current.isWritable() ? 0 : READ_ONLY;
869 if (new_length != length && !length_desc.isWritable()) {
904 if ((index >= length && !length_desc.isWritable()) ||
1182 if (desc.isWritable() || desc.isConfigurable()) {
1239 if (IsDataDescriptor(desc) && desc.isWritable()) return false;