reset method

void reset()

Implementation

void reset() {
  _checkNotDisposed();
  _current = null;
  _hasError = false;
  _runtime.resetHeap();
}