(ptr)
| 786 | // a copy of that string as a Javascript String object. |
| 787 | |
| 788 | function UTF8ToString(ptr) { |
| 789 | return UTF8ArrayToString(HEAPU8,ptr); |
| 790 | } |
| 791 | |
| 792 | |
| 793 | // Copies the given Javascript String object 'str' to the given byte array at address 'outIdx', |
no test coverage detected
searching dependent graphs…