mirror of https://github.com/tc39/test262.git
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]
|
||||
---*/
|
||||
|
||||
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
|
||||
verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, {
|
||||
writable: false,
|
||||
enumerable: false,
|
||||
|
|
Loading…
Reference in New Issue