(...args)
| 7337 | calculating pointer offsets). |
| 7338 | */ |
| 7339 | const __ptrAdd = function(...args){ |
| 7340 | let rc = __asPtrType(0); |
| 7341 | for(const v of args) rc += __asPtrType(v); |
| 7342 | return rc; |
| 7343 | }; |
| 7344 | |
| 7345 | /** Set up target.ptr... */ |
| 7346 | { |
no outgoing calls
no test coverage detected