()
| 189 | } |
| 190 | |
| 191 | function alignPool() { |
| 192 | // Ensure aligned slices |
| 193 | if (poolOffset & 0x7) { |
| 194 | poolOffset |= 0x7; |
| 195 | poolOffset++; |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | let bufferWarningAlreadyEmitted = false; |
| 200 | let nodeModulesCheckCounter = 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…