(e, t, r)
| 339 | var c = (_ & 16777215) == 15715070; |
| 340 | |
| 341 | function UoGV(e, t, r) { |
| 342 | if (e != null) |
| 343 | if ("number" == typeof e) |
| 344 | this["fromNumber"](e, t, r); |
| 345 | else if (t == null && "string" != typeof e) |
| 346 | this["fromString"](e, 256); |
| 347 | else |
| 348 | this["fromString"](e, t); |
| 349 | } |
| 350 | |
| 351 | function VGqq() { |
| 352 | return new UoGV(null); |
nothing calls this directly
no outgoing calls
no test coverage detected