Searched refs:pendingEntries (Results 1 – 1 of 1) sorted by relevance
20 this.pendingEntries = []; property in remoting.LogToServer183 this.pendingEntries.push(entry.toStanza());185 console.log('Sending ' + this.pendingEntries.length + ' log ' +186 ((this.pendingEntries.length == 1) ? 'entry' : 'entries') +191 while (this.pendingEntries.length > 0) {192 stanza += /** @type string */ this.pendingEntries.shift();