private static get jsHashPool() {
    if (!this.allowHashPooling || this._jsHashPool === null) {
      return null
    }
    try {