Overview / Web Technology
Web technology reference for developers
HTML
Structure of content on the web
CSS
Code used to describe document style
JavaScript
General-purpose scripting language
HTTP
Protocol for transmitting web resources
Web APIs
Interfaces for building web applications
Web Extensions
Developing extensions for web browsers
Accessibility
Build web projects usable for all
Web Technology
Web technology reference for developers
æ¤é¡µé¢ç±ç¤¾åºä»è±æç¿»è¯èæ¥ãäºè§£æ´å¤å¹¶å å ¥ MDN Web Docs 社åºã
Filter sidebar
卿¬æä¸BigInt
Object/Function
Function.displayName
éæ åFunctionï¼length
Function.name
Function.prototype.prototype
Function.prototype.arguments
éæ å å·²å¼ç¨Function.prototype.caller
éæ å å·²å¼ç¨Object.prototype.__defineGetter__()
å·²å¼ç¨Object.prototype.__defineSetter__()
å·²å¼ç¨Object.prototype.__lookupGetter__()
å·²å¼ç¨Object.prototype.__lookupSetter__()
å·²å¼ç¨Object.prototype.hasOwnProperty()
Object.prototype.isPrototypeOf()
Object.prototype.propertyIsEnumerable()
Object.prototype.toLocaleString()
Object.prototype.toString()
Object.prototype.valueOf()
Baseline Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since September 2020.
valueOf()
æ¹æ³è¿å BigInt
对象å
è£
çåå§å¼ã
console.log(typeof Object(1n));
// Expected output: "object"
console.log(typeof Object(1n).valueOf());
// Expected output: "bigint"
è¯æ³
bigIntObj.valueOf()è¿åå¼
表示æå® BigInt
对象çåå§ BigInt å¼ã
valueOf
js
typeof Object(1n); // object
typeof Object(1n).valueOf(); // bigint
è§è Specification ECMAScript® 2026 Language Specification .
This page was last modified on 2025å¹´2æ12æ¥ by MDN contributors.
View this page on GitHubâ¢
Report a problem with this contentRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4