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.
58 lines
908 B
YAML
58 lines
908 B
YAML
10 years ago
|
javascriptGlobal:
|
||
|
# - Object
|
||
|
- Function
|
||
|
- Boolean
|
||
|
# - Symbol
|
||
|
- Error
|
||
|
- EvalError
|
||
|
- InternalError
|
||
|
- RangeError
|
||
|
- ReferenceError
|
||
|
- StopIteration
|
||
|
- SyntaxError
|
||
|
- TypeError
|
||
|
- URIError
|
||
|
# - Number
|
||
|
# - Math
|
||
|
- Date
|
||
|
# - String
|
||
|
# - RegExp
|
||
|
# - Array
|
||
|
- Float32Array
|
||
|
- Float64Array
|
||
|
- Int16Array
|
||
|
- Int32Array
|
||
|
- Int8Array
|
||
|
- Uint16Array
|
||
|
- Uint32Array
|
||
|
- Uint8Array
|
||
|
- Uint8ClampedArray
|
||
|
- ParallelArray
|
||
|
# - Map
|
||
|
# - Set
|
||
|
# - WeakMap
|
||
|
# - WeakSet
|
||
|
- ArrayBuffer
|
||
|
- DataView
|
||
|
# - JSON
|
||
|
- Iterator
|
||
|
- Generator
|
||
|
# - Promise
|
||
|
- Reflect
|
||
|
- Proxy
|
||
|
# - Intl
|
||
|
- arguments
|
||
|
|
||
|
javascriptGlobalMethod:
|
||
|
- eval
|
||
|
# - fetch
|
||
|
- uneval
|
||
|
- isFinite
|
||
|
- isNaN
|
||
|
- parseFloat
|
||
|
- parseInt
|
||
|
- decodeURI
|
||
|
- decodeURIComponent
|
||
|
- encodeURI
|
||
|
- encodeURIComponent
|