b
__proto__
-OWN AND GETTER PROPERTIES:
+DISPLAYABLE PROPERTIES:
a
b
__proto__
clipboardData
__proto__
-OWN AND GETTER PROPERTIES:
+DISPLAYABLE PROPERTIES:
clipboardData
type
target
_foo
__proto__
-OWN AND GETTER PROPERTIES:
+DISPLAYABLE PROPERTIES:
_bar
_foo
- getterProperty
- foo
- bar
__proto__
ALL PROPERTIES:
_bar
_foo
constructor
- get getterProperty
- set getterProperty
- get foo
- set foo
+ getterProperty
+ foo
BAR_CONSTANT
- get bar
- set bar
- get setterOnly
- set setterOnly
+ bar
+ setterOnly
toString
toLocaleString
valueOf
OWN PROPERTIES:
__proto__
-OWN AND GETTER PROPERTIES:
+DISPLAYABLE PROPERTIES:
+ __proto__
+
+ALL PROPERTIES:
+ constructor
badGetter
+ toString
+ toLocaleString
+ valueOf
+ hasOwnProperty
+ propertyIsEnumerable
+ isPrototypeOf
+ __defineGetter__
+ __defineSetter__
+ __lookupGetter__
+ __lookupSetter__
+ __proto__
+-----------------------------------------------------
+
+-----------------------------------------------------
+EXPRESSION: window.unboundFunction
+type: function
+description: function () { console.log(arguments); }
+
+OWN PROPERTIES:
+ arguments
+ caller
+ length
+ name
+ prototype
+ __proto__
+
+DISPLAYABLE PROPERTIES:
+ arguments
+ caller
+ length
+ name
+ prototype
+ __proto__
+
+ALL PROPERTIES:
+ arguments
+ caller
+ length
+ name
+ prototype
+ toString
+ apply
+ call
+ bind
+ constructor
+ toLocaleString
+ valueOf
+ hasOwnProperty
+ propertyIsEnumerable
+ isPrototypeOf
+ __defineGetter__
+ __defineSetter__
+ __lookupGetter__
+ __lookupSetter__
__proto__
+-----------------------------------------------------
+
+-----------------------------------------------------
+EXPRESSION: window.boundFunction
+type: function
+description: function () {
+ [native code]
+}
+
+OWN PROPERTIES:
+ name
+ length
+ arguments
+ caller
+ __proto__
+ targetFunction
+ boundThis
+ boundArgs
+
+DISPLAYABLE PROPERTIES:
+ name
+ length
+ arguments
+ caller
+ __proto__
+ targetFunction
+ boundThis
+ boundArgs
ALL PROPERTIES:
+ name
+ length
+ arguments
+ caller
+ toString
+ apply
+ call
+ bind
constructor
- get badGetter
- set badGetter
+ toLocaleString
+ valueOf
+ hasOwnProperty
+ propertyIsEnumerable
+ isPrototypeOf
+ __defineGetter__
+ __defineSetter__
+ __lookupGetter__
+ __lookupSetter__
+ __proto__
+ targetFunction
+ boundThis
+ boundArgs
+-----------------------------------------------------
+
+-----------------------------------------------------
+EXPRESSION: window.objectWithSymbolProperties
+type: object
+description: Object
+
+OWN PROPERTIES:
+ prop
+ prop2
+ Symbol()
+ Symbol(sym)
+ Symbol(sym)
+ Symbol()
+ __proto__
+
+DISPLAYABLE PROPERTIES:
+ prop
+ prop2
+ Symbol()
+ Symbol(sym)
+ Symbol(sym)
+ Symbol()
+ __proto__
+
+ALL PROPERTIES:
+ prop
+ prop2
+ Symbol()
+ Symbol(sym)
+ Symbol(sym)
+ Symbol()
toString
toLocaleString
valueOf
__defineSetter__
__lookupGetter__
__lookupSetter__
+ constructor
__proto__
-----------------------------------------------------
DONE