Searched refs:pendingError (Results 1 – 3 of 3) sorted by relevance
145 pendingError, argument197 this.pendingError_ = pendingError;335 var pendingError = new serialization.PendingReceiveError();336 pendingError.error = error;337 pendingError.offset = offset;339 this.receive_.dispatchError(pendingError, this.bytesReceived_)) {345 this.pendingError_ = pendingError;
1 …pendingError is used to rethrow the first error we got during an event\n // dispatch. The browser…