(thread: Global)
| 8 | |
| 9 | class TableTypeExtension extends TypeExtension<TableType> { |
| 10 | public constructor(thread: Global) { |
| 11 | super(thread, 'js_table') |
| 12 | } |
| 13 | |
| 14 | public close(): void { |
| 15 | // Nothing to do |
nothing calls this directly
no outgoing calls
no test coverage detected