Lines Matching refs:objectStore
1 Test IndexedDB's transaction and objectStore calls
18 trans.objectStore('a')
19 Expecting exception from trans.objectStore('b')
22 Expecting exception from trans.objectStore('x')
27 trans.objectStore('a')
28 Expecting exception from trans.objectStore('b')
31 Expecting exception from trans.objectStore('x')
36 trans.objectStore('b')
37 Expecting exception from trans.objectStore('a')
40 Expecting exception from trans.objectStore('x')
45 trans.objectStore('a')
46 trans.objectStore('b')
47 Expecting exception from trans.objectStore('x')
52 trans.objectStore('a')
53 trans.objectStore('b')
54 Expecting exception from trans.objectStore('x')
59 trans.objectStore('a')
60 trans.objectStore('b')
61 Expecting exception from trans.objectStore('x')
66 trans.objectStore('a')
67 trans.objectStore('b')
68 Expecting exception from trans.objectStore('x')