You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
436 B
YAML

javascriptGlobal:
- Number
javascriptNumberStaticProp:
- EPSILON
- MAX_SAFE_INTEGER
- MAX_VALUE
- MIN_SAFE_INTEGER
- MIN_VALUE
- NEGATIVE_INFINITY
- NaN
- POSITIVE_INFINITY
javascriptNumberStaticMethod:
- isFinite
- isInteger
- isNaN
- isSafeInteger
- parseFloat
- parseInt
javascriptNumberMethod:
- toExponential
- toFixed
- toLocaleString
- toPrecision
- toSource
- toString
- valueOf