Home | History | Annotate | Download | only in domstorage

Lines Matching full:typeof

10 PASS typeof storage['foo'] is "undefined"
12 PASS typeof storage.foo is "undefined"
14 PASS typeof storage.getItem('foo') is "object"
18 PASS typeof storage['foo1'] is "string"
20 PASS typeof storage.foo1 is "string"
22 PASS typeof storage.getItem('foo1') is "string"
25 PASS typeof storage['foo2'] is "string"
27 PASS typeof storage.foo2 is "string"
29 PASS typeof storage.getItem('foo2') is "string"
32 PASS typeof storage['foo3'] is "string"
34 PASS typeof storage.foo3 is "string"
36 PASS typeof storage.getItem('foo3') is "string"
40 PASS typeof storage['foo4'] is "string"
42 PASS typeof storage.foo4 is "string"
44 PASS typeof storage.getItem('foo4') is "string"
47 PASS typeof storage['foo5'] is "string"
49 PASS typeof storage.foo5 is "string"
51 PASS typeof storage.getItem('foo5') is "string"
54 PASS typeof storage['foo6'] is "string"
56 PASS typeof storage.foo6 is "string"
58 PASS typeof storage.getItem('foo6') is "string"
62 PASS typeof storage['foo7'] is "string"
64 PASS typeof storage.foo7 is "string"
66 PASS typeof storage.getItem('foo7') is "string"
69 PASS typeof storage['foo8'] is "string"
71 PASS typeof storage.foo8 is "string"
73 PASS typeof storage.getItem('foo8') is "string"
76 PASS typeof storage['foo9'] is "string"
78 PASS typeof storage.foo9 is "string"
80 PASS typeof storage.getItem('foo9') is "string"
84 PASS typeof storage['foo10'] is "string"
86 PASS typeof storage.foo10 is "string"
88 PASS typeof storage.getItem('foo10') is "string"
91 PASS typeof storage['foo11'] is "string"
93 PASS typeof storage.foo11 is "string"
95 PASS typeof storage.getItem('foo11') is "string"
98 PASS typeof storage['foo12'] is "string"
100 PASS typeof storage.foo12 is "string"
102 PASS typeof storage.getItem('foo12') is "string"
110 PASS typeof storage['foo'] is "undefined"
112 PASS typeof storage.foo is "undefined"
114 PASS typeof storage.getItem('foo') is "object"
118 PASS typeof storage['foo1'] is "string"
120 PASS typeof storage.foo1 is "string"
122 PASS typeof storage.getItem('foo1') is "string"
125 PASS typeof storage['foo2'] is "string"
127 PASS typeof storage.foo2 is "string"
129 PASS typeof storage.getItem('foo2') is "string"
132 PASS typeof storage['foo3'] is "string"
134 PASS typeof storage.foo3 is "string"
136 PASS typeof storage.getItem('foo3') is "string"
140 PASS typeof storage['foo4'] is "string"
142 PASS typeof storage.foo4 is "string"
144 PASS typeof storage.getItem('foo4') is "string"
147 PASS typeof storage['foo5'] is "string"
149 PASS typeof storage.foo5 is "string"
151 PASS typeof storage.getItem('foo5') is "string"
154 PASS typeof storage['foo6'] is "string"
156 PASS typeof storage.foo6 is "string"
158 PASS typeof storage.getItem('foo6') is "string"
162 PASS typeof storage['foo7'] is "string"
164 PASS typeof storage.foo7 is "string"
166 PASS typeof storage.getItem('foo7') is "string"
169 PASS typeof storage['foo8'] is "string"
171 PASS typeof storage.foo8 is "string"
173 PASS typeof storage.getItem('foo8') is "string"
176 PASS typeof storage['foo9'] is "string"
178 PASS typeof storage.foo9 is "string"
180 PASS typeof storage.getItem('foo9') is "string"
184 PASS typeof storage['foo10'] is "string"
186 PASS typeof storage.foo10 is "string"
188 PASS typeof storage.getItem('foo10') is "string"
191 PASS typeof storage['foo11'] is "string"
193 PASS typeof storage.foo11 is "string"
195 PASS typeof storage.getItem('foo11') is "string"
198 PASS typeof storage['foo12'] is "string"
200 PASS typeof storage.foo12 is "string"
202 PASS typeof storage.getItem('foo12') is "string"