Home | History | Annotate | Download | only in src

Lines Matching full:configurable

326   obj.configurable = desc.isConfigurable();
341 if ("configurable" in obj) {
342 desc.setConfigurable(ToBoolean(obj.configurable));
446 PropertyDescriptor.prototype.setConfigurable = function(configurable) {
447 this.configurable_ = configurable;
650 // Send flags - enumerable and configurable are common - writable is
652 // Take special care if enumerable and configurable is not defined on
1234 // which are non-configurable. It therefore makes no sence to
1237 // is called and make them non-enumerable and non-configurable.