Home | History | Annotate | Download | only in src

Lines Matching refs:enumerable

201   // Set up non-enumerable function on the global object.
372 enumerable: desc.isEnumerable(),
378 enumerable: desc.isEnumerable(),
401 %IgnoreAttributesAndSetProperty(obj, "enumerable",
419 if ("enumerable" in obj) {
420 desc.setEnumerable(ToBoolean(obj.enumerable));
519 "setEnumerable", function(enumerable) {
520 this.enumerable_ = enumerable;
791 // Send flags - enumerable and configurable are common - writable is
793 // Take special care if enumerable and configurable is not defined on
1144 // non-own properties as it does (or non-enumerable ones, as it doesn't?).
1156 {value: 0, writable: 0, get: 0, set: 0, enumerable: 0, configurable: 0};
1223 {value: obj, writable: true, enumerable: false, configurable: true});
1402 // Set up non-enumerable functions on the Object.prototype object.
1418 // Set up non-enumerable functions in the Object object.
1691 // Set up non-enumerable functions on the Number prototype object.
1803 // is called and make them non-enumerable and non-configurable.