forEachChain(process) {
    const chains = this._chains
    for (let i = 0, n = chains.length; i < n; ++i) {
      process(chains[i])
    }