(type, value)
| 7 | |
| 8 | function test (binding) { |
| 9 | function expected (type, value) { |
| 10 | return eval(`(new ${type}Array([${value}]))[0]`); |
| 11 | } |
| 12 | |
| 13 | function nativeReadDataView (dataview, type, offset, value) { |
| 14 | return eval(`binding.dataview_read_write.get${type}(dataview, offset)`); |
no outgoing calls
no test coverage detected