2 -----------------------------------------------------
3 EXPRESSION: window.simpleObject
12 OWN AND GETTER PROPERTIES:
32 -----------------------------------------------------
34 -----------------------------------------------------
35 EXPRESSION: window.loadEvent
43 OWN AND GETTER PROPERTIES:
95 stopImmediatePropagation
107 -----------------------------------------------------
109 -----------------------------------------------------
110 EXPRESSION: window.complexObject
112 description: SuperFoo
119 OWN AND GETTER PROPERTIES:
151 -----------------------------------------------------
153 -----------------------------------------------------
154 EXPRESSION: window.badGetterObject
156 description: ClassWithBadGetter
161 OWN AND GETTER PROPERTIES:
180 -----------------------------------------------------
182 -----------------------------------------------------
183 EXPRESSION: window.unboundFunction
185 description: function () { console.log(arguments); }
195 OWN AND GETTER PROPERTIES:
224 -----------------------------------------------------
226 -----------------------------------------------------
227 EXPRESSION: window.boundFunction
229 description: function () {
245 OWN AND GETTER PROPERTIES:
282 -----------------------------------------------------