valueOf()
方法返回 BigInt
对象包装的原始值。
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
语法
bigIntObj.valueOf()
返回值
表示指定 BigInt
对象的原始 BigInt 值。
例子
Using valueOf
typeof Object(1n); // object typeof Object(1n).valueOf(); // bigint
标准
Specification | Status |
---|---|
ECMAScript Latest Draft (ECMA-262) BigInt.prototype.valueOf() |
Draft |
浏览器支持
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | Server | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
valueOf |
Chrome Full support 67 | Edge No support No | Firefox Full support 68 | IE No support No | Opera Full support 54 | Safari No support No | WebView Android Full support 67 | Chrome Android Full support 67 | Firefox Android Full support 68 | Opera Android Full support 48 | Safari iOS No support No | Samsung Internet Android Full support 9.0 | nodejs Full support 10.4.0 |
Legend
- Full support
- Full support
- No support
- No support