* Returns true if the value is a BlockList * @param {any} value * @returns {boolean}
(value)
| 53 | * @returns {boolean} |
| 54 | */ |
| 55 | static isBlockList(value) { |
| 56 | return value?.[kHandle] !== undefined; |
| 57 | } |
| 58 | |
| 59 | [kInspect](depth, options) { |
| 60 | if (depth < 0) |
no outgoing calls
no test coverage detected