(input, array)
| 4881 | } |
| 4882 | |
| 4883 | function parseMs(input, array) { |
| 4884 | array[MILLISECOND] = toInt(('0.' + input) * 1000); |
| 4885 | } |
| 4886 | |
| 4887 | for (token = 'S'; token.length <= 9; token += 'S') { |
| 4888 | addParseToken(token, parseMs); |
nothing calls this directly
no test coverage detected
searching dependent graphs…