mirror of https://github.com/tc39/test262.git
docs: update features
This commit is contained in:
parent
f00ea58ae9
commit
1f16a6ad0e
|
@ -260,6 +260,10 @@ ShadowRealm
|
|||
# https://github.com/tc39/proposal-array-find-from-last
|
||||
array-find-from-last
|
||||
|
||||
# Intl.DurationFormat
|
||||
# https://github.com/tc39/proposal-intl-duration-format
|
||||
Intl.DurationFormat
|
||||
|
||||
## Standard language features
|
||||
#
|
||||
# Language features that have been included in a published version of the
|
||||
|
|
|
@ -6,7 +6,7 @@ esid: sec-Intl.DurationFormat.prototype
|
|||
description: Prototype attributes verification
|
||||
info: |
|
||||
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.
|
||||
features: [Intl.DurationFormat.prototype]
|
||||
features: [Intl.DurationFormat]
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ description: Checks prototype's toStringTag value
|
|||
info: |
|
||||
The initial value of the @@toStringTag property is the string value "Intl.DurationFormat".
|
||||
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
|
||||
features: [Symbol.toStringTag]
|
||||
features: [Intl.DurationFormat, Symbol.toStringTag]
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue