(obj)
| 614 | return HashMap; |
| 615 | }()); |
| 616 | function createHashMap(obj) { |
| 617 | return new HashMap(obj); |
| 618 | } |
| 619 | function concatArray(a, b) { |
| 620 | var newArray = new a.constructor(a.length + b.length); |
| 621 | for (var i = 0; i < a.length; i++) { |
no outgoing calls
no test coverage detected
searching dependent graphs…