(val, deep)
| 7544 | } |
| 7545 | |
| 7546 | function cloneTypedArray(val, deep) { |
| 7547 | return new val.constructor(val.buffer, val.byteOffset, val.length); |
| 7548 | } |
| 7549 | |
| 7550 | function cloneBuffer(val) { |
| 7551 | const len = val.length; |
no outgoing calls
no test coverage detected
searching dependent graphs…