mirror of https://github.com/tc39/test262.git
parent
32b1984275
commit
26b3015f33
|
@ -13,7 +13,7 @@ features: [BigInt]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
verifyProperty(BigInt.prototype.toString, "length", {
|
verifyProperty(BigInt.prototype.toString, "length", {
|
||||||
value: 1,
|
value: 0,
|
||||||
writable: false,
|
writable: false,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
|
|
Loading…
Reference in New Issue