docs: update features

This commit is contained in:
Nikhil Singhal 2021-12-02 15:59:48 -08:00 committed by Rick Waldron
parent f00ea58ae9
commit 1f16a6ad0e
3 changed files with 6 additions and 2 deletions

View File

@ -260,6 +260,10 @@ ShadowRealm
# https://github.com/tc39/proposal-array-find-from-last # https://github.com/tc39/proposal-array-find-from-last
array-find-from-last array-find-from-last
# Intl.DurationFormat
# https://github.com/tc39/proposal-intl-duration-format
Intl.DurationFormat
## Standard language features ## Standard language features
# #
# Language features that have been included in a published version of the # Language features that have been included in a published version of the

View File

@ -6,7 +6,7 @@ esid: sec-Intl.DurationFormat.prototype
description: Prototype attributes verification description: Prototype attributes verification
info: | info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.
features: [Intl.DurationFormat.prototype] features: [Intl.DurationFormat]
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -7,7 +7,7 @@ description: Checks prototype's toStringTag value
info: | info: |
The initial value of the @@toStringTag property is the string value "Intl.DurationFormat". The initial value of the @@toStringTag property is the string value "Intl.DurationFormat".
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
features: [Symbol.toStringTag] features: [Intl.DurationFormat, Symbol.toStringTag]
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/