Lines Matching full:foo4
39 storage.foo4 = undefined
40 PASS typeof storage['foo4'] is "string"
41 PASS storage['foo4'] is "undefined"
42 PASS typeof storage.foo4 is "string"
43 PASS storage.foo4 is "undefined"
44 PASS typeof storage.getItem('foo4') is "string"
45 PASS storage.getItem('foo4') is "undefined"
139 storage.foo4 = undefined
140 PASS typeof storage['foo4'] is "string"
141 PASS storage['foo4'] is "undefined"
142 PASS typeof storage.foo4 is "string"
143 PASS storage.foo4 is "undefined"
144 PASS typeof storage.getItem('foo4') is "string"
145 PASS storage.getItem('foo4') is "undefined"