add test for frames and bytes properties of empty movies
[swfdec.git] / test / trace / construct-properties-7.swf.trace
blob0063c744c32dd59dd0e6160cc259d72377c1623e
1 Check initial properties of script-constructed objects
2 >>> new Object ()
3 [type Function]
4 false
5 [type Function]
6 true
7 [object Object]
8 true
9 >>> {}
10 [type Function]
11 true
12 undefined
13 false
14 [object Object]
15 true
16 >>> []
17 [type Function]
18 true
19 undefined
20 false
22 true
23 >>> 
24 [type Function]
25 false
26 [type Function]
27 true
28 [object Object]
29 true
30 >>> new Foo ()
31 [type Function]
32 false
33 [type Function]
34 true
35 [object Object]
36 true
37 >>> 
38 [type Function]
39 false
40 [type Function]
41 true
42 [object Object]
43 true
44 >>> new this.Foo ()
45 [type Function]
46 false
47 [type Function]
48 true
49 [object Object]
50 true
51 undefined
52 >>> 
53 undefined
54 undefined
55 [type Function]
56 undefined
57 undefined
58 undefined
59 >>> new Foo () - without prototype
60 undefined
61 undefined
62 [type Function]
63 undefined
64 undefined
65 undefined
66 >>> 
67 undefined
68 undefined
69 [type Function]
70 undefined
71 undefined
72 undefined
73 >>> new this.Foo () - without prototype
74 undefined
75 false
76 [type Function]
77 true
78 undefined
79 false
80 >>> 42
81 [type Function]
82 false
83 [type Function]
84 true
85 [type Object]
86 true
87 >>> true
88 [type Function]
89 false
90 [type Function]
91 true
92 [type Object]
93 true