mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 06:55:06 +02:00
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
|
# 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
|
||||||
|
@ -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]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -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]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user