Searched refs:dataEntries (Results 1 – 1 of 1) sorted by relevance
385 function innerCallback(error, dataEntries, hasMore) argument395 for (var i = 0; i < dataEntries.length; ++i) {396 var key = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].key));397 … var primaryKey = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].primaryKey));398 … var value = WebInspector.RemoteObject.fromLocalObject(JSON.parse(dataEntries[i].value));