(a, b, weaklyPresent)
| 8689 | this._data = /* @__PURE__ */ new Map(); |
| 8690 | } |
| 8691 | has(a, b, weaklyPresent) { |
| 8692 | var _this$_data$get; |
| 8693 | const result = (_this$_data$get = this._data.get(a)) === null || _this$_data$get === void 0 ? void 0 : _this$_data$get.get(b); |
| 8694 | if (result === void 0) { |
| 8695 | return false; |
| 8696 | } |
| 8697 | return weaklyPresent ? true : weaklyPresent === result; |
| 8698 | } |
| 8699 | add(a, b, weaklyPresent) { |
| 8700 | const map = this._data.get(a); |
| 8701 | if (map === void 0) { |
no test coverage detected