mirror of https://github.com/tc39/test262.git
Refactor value check for prop-desc
This commit is contained in:
parent
24c29db550
commit
490f911ab6
|
@ -8,8 +8,8 @@ description: >
|
|||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
|
||||
verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, {
|
||||
value: 'Object',
|
||||
writable: false,
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
|
|
Loading…
Reference in New Issue