Searched refs:_readFromStorage (Results 1 – 2 of 2) sorted by relevance
13509 this._initializedPromise = this._readFromStorage().then(function (databaseStr) {13590 function _readFromStorage() { function13594 return _readFromStorage;13846 function _readFromStorage(_x2) { function13850 return _readFromStorage;13956 return _this._readFromStorage(defaults);14021 function _readFromStorage(_x2) { function14025 return _readFromStorage;
1 …_readFromStorage().then((databaseStr) => {\n let database = JSON.parse(databaseStr || '{}');\…