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.
37 lines
604 B
YAML
37 lines
604 B
YAML
10 years ago
|
javascriptGlobal:
|
||
|
- Object
|
||
|
|
||
|
javascriptObjectStaticMethod:
|
||
|
- create
|
||
|
- defineProperties
|
||
|
- defineProperty
|
||
|
- freeze
|
||
|
- getOwnPropertyDescriptor
|
||
|
- getOwnPropertyNames
|
||
|
- getOwnPropertySymbols
|
||
|
- getPrototypeOf
|
||
|
- is
|
||
|
- isExtensible
|
||
|
- isFrozen
|
||
|
- isSealed
|
||
|
- keys
|
||
|
- preventExtensions
|
||
|
|
||
|
javascriptObjectMethod:
|
||
|
# - __defineGetter__
|
||
|
# - __defineSetter__
|
||
|
# - __lookupGetter__
|
||
|
# - __lookupSetter__
|
||
|
# - eval
|
||
|
- hasOwnProperty
|
||
|
- isPrototypeOf
|
||
|
- propertyIsEnumerable
|
||
|
- toLocaleString
|
||
|
# - toSource
|
||
|
- toString
|
||
|
# - unwatch
|
||
|
- valueOf
|
||
|
# - watch
|
||
|
- seal
|
||
|
- setPrototypeOf
|