(container)
| 11143 | return pair.value; |
| 11144 | } |
| 11145 | function ResetQueue(container) { |
| 11146 | container._queue = new SimpleQueue(); |
| 11147 | container._queueTotalSize = 0; |
| 11148 | } |
| 11149 | function isDataViewConstructor(ctor) { |
| 11150 | return ctor === DataView; |
| 11151 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…