()
| 1911 | } |
| 1912 | __name(getLEB, "getLEB"); |
| 1913 | function getString() { |
| 1914 | var len = getLEB(); |
| 1915 | offset += len; |
| 1916 | return UTF8ArrayToString(binary2, offset - len, len); |
| 1917 | } |
| 1918 | __name(getString, "getString"); |
| 1919 | function getStringList() { |
| 1920 | var count2 = getLEB(); |
no test coverage detected