Name Description Size
browser.js 0
constructor.js --- esid: sec-properties-of-the-weak-ref-prototype-object description: WeakRef.prototype.constructor info: | WeakRef.prototype.constructor Normative Optional The initial value of WeakRef.prototype.constructor is the intrinsic object %WeakRef%. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. This section is to be treated identically to the "Annex B" of ECMA-262, but to be written in-line with the main specification. includes: [propertyHelper.js] features: [WeakRef] --- 1072
deref
prop-desc.js --- description: The property descriptor WeakRef.prototype esid: sec-weak-ref.prototype info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. features: [WeakRef] includes: [propertyHelper.js] --- 615
proto.js --- description: The prototype of WeakRef.prototype is Object.prototype esid: sec-properties-of-the-weak-ref-prototype-object info: | The value of the [[Prototype]] internal slot of the WeakRef prototype object is the intrinsic object %ObjectPrototype%. features: [WeakRef] --- 629
shell.js 0
Symbol.toStringTag.js --- esid: sec-weak-ref-@@tostringtag description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value 'WeakRef'. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [WeakRef, Symbol, Symbol.toStringTag] --- 779