(ctor)
| 11147 | container._queueTotalSize = 0; |
| 11148 | } |
| 11149 | function isDataViewConstructor(ctor) { |
| 11150 | return ctor === DataView; |
| 11151 | } |
| 11152 | function isDataView(view) { |
| 11153 | return isDataViewConstructor(view.constructor); |
| 11154 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…