Home
last modified time | relevance | path

Searched refs:STORE_NAME (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts737 let transaction = db.transaction(STORE_NAME, 'readonly');
738 let store = transaction.objectStore(STORE_NAME);
912 const transaction = db.transaction(STORE_NAME, 'readonly');
913 const store = transaction.objectStore(STORE_NAME);
1201 const STORE_NAME = 'longTable'; constant
1236 const transaction = db.transaction(STORE_NAME, 'readwrite');
1237 const objectStore = transaction.objectStore(STORE_NAME);