()
| 1917 | } |
| 1918 | __name(getString, "getString"); |
| 1919 | function getStringList() { |
| 1920 | var count2 = getLEB(); |
| 1921 | var rtn = []; |
| 1922 | while (count2--) rtn.push(getString()); |
| 1923 | return rtn; |
| 1924 | } |
| 1925 | __name(getStringList, "getStringList"); |
| 1926 | function failIf(condition, message) { |
| 1927 | if (condition) throw new Error(message); |