mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Rename initial-value to configurable and add initial check to prop-desc
This commit is contained in:
parent
e566c813b5
commit
24c29db550
@ -8,6 +8,7 @@ description: >
|
|||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
|
||||||
verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, {
|
verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, {
|
||||||
writable: false,
|
writable: false,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user