(value)
| 185 | #brandCheck = undefined; |
| 186 | |
| 187 | static isFileHandle(value) { |
| 188 | return (value != null && typeof value === 'object' && #brandCheck in value); |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * @param {InternalFSBinding.FileHandle | undefined} filehandle |
no outgoing calls
no test coverage detected