(potentialValue)
| 50543 | } |
| 50544 | for (let i3 = 0; i3 < characters.length; ++i3) { |
| 50545 | if (!isTokenCharCode(characters.charCodeAt(i3))) { |
| 50546 | return false; |
| 50547 | } |
| 50548 | } |
| 50549 | return true; |
| 50550 | } |
no test coverage detected
searching dependent graphs…