Home | History | Annotate | Download | only in src

Lines Matching refs:enumerable

189   // Set up non-enumerable function on the global object.
379 enumerable: desc.isEnumerable(),
385 enumerable: desc.isEnumerable(),
408 %IgnoreAttributesAndSetProperty(obj, "enumerable",
426 if ("enumerable" in obj) {
427 desc.setEnumerable(ToBoolean(obj.enumerable));
526 "setEnumerable", function(enumerable) {
527 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
1058 // non-own properties as it does (or non-enumerable ones, as it doesn't?).
1070 {value: 0, writable: 0, get: 0, set: 0, enumerable: 0, configurable: 0};
1137 {value: obj, writable: true, enumerable: false, configurable: true});
1288 // Set Up non-enumerable functions on the Object.prototype object.
1522 // Set up non-enumerable functions on the Number prototype object.
1633 // is called and make them non-enumerable and non-configurable.
1656 // property of the resulting function is enumerable (ECMA262, 15.3.5.2).