(i)
| 104 | const max_codepoint = 0x10000; |
| 105 | |
| 106 | function firstCodePointOfRange(i) { |
| 107 | return Math.floor(i * (max_codepoint / number_of_tests)); |
| 108 | } |
| 109 | |
| 110 | function testCodePointRange(i) { |
| 111 | assertTrue(i >= 0 && i < number_of_tests); |
no outgoing calls
no test coverage detected
searching dependent graphs…