()
| 42 | |
| 43 | class BlockList { |
| 44 | constructor() { |
| 45 | markTransferMode(this, true, false); |
| 46 | this[kHandle] = new BlockListHandle(); |
| 47 | this[kHandle][owner_symbol] = this; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Returns true if the value is a BlockList |
nothing calls this directly
no test coverage detected