this.flush = function () {
    eachSymbol(function (symbol) {
      context[symbol] && context[symbol]._flush && context[symbol]._flush()
    })
  }