Accessors
The `RangeError` object accessors
Last updated
The `RangeError` object accessors
Last updated
public get [Symbol.toStringTag](): string
The get
accessor, with the help of toStringTag
, changes the default tag to 'RangeError'
for an instance of RangeError
.