(buf)
| 1125 | HEAPF64; |
| 1126 | |
| 1127 | function updateGlobalBuffer(buf) { |
| 1128 | Module['buffer'] = buffer = buf; |
| 1129 | } |
| 1130 | |
| 1131 | function updateGlobalBufferViews() { |
| 1132 | Module['HEAP8'] = HEAP8 = new Int8Array(buffer); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…