| 18759 | ParsersIntegerAtom.defaultPaint = "constant.numeric.integer" |
| 18760 | ParsersIntegerAtom.parserFunctionName = "parseInt" |
| 18761 | class ParsersFloatAtom extends ParsersNumberAtom { |
| 18762 | _isValid() { |
| 18763 | const atom = this.getAtom() |
| 18764 | const num = parseFloat(atom) |
nothing calls this directly
no outgoing calls
no test coverage detected