()
| 10820 | } |
| 10821 | |
| 10822 | function peg$parseE() { |
| 10823 | var s0, s1, s2, s3, s4, s5, s6, s7; |
| 10824 | |
| 10825 | if (input.substr(peg$currPos, 1).toLowerCase() === peg$c172) { |
| 10826 | s0 = input.charAt(peg$currPos); |
| 10827 | peg$currPos++; |
| 10828 | } else { |
| 10829 | s0 = peg$FAILED; |
| 10830 | if (peg$silentFails === 0) { peg$fail(peg$e204); } |
| 10831 | } |
| 10832 | if (s0 === peg$FAILED) { |
| 10833 | s0 = peg$currPos; |
| 10834 | if (input.charCodeAt(peg$currPos) === 92) { |
| 10835 | s1 = peg$c165; |
| 10836 | peg$currPos++; |
| 10837 | } else { |
| 10838 | s1 = peg$FAILED; |
| 10839 | if (peg$silentFails === 0) { peg$fail(peg$e176); } |
| 10840 | } |
| 10841 | if (s1 !== peg$FAILED) { |
| 10842 | if (input.charCodeAt(peg$currPos) === 48) { |
| 10843 | s2 = peg$c177; |
| 10844 | peg$currPos++; |
| 10845 | } else { |
| 10846 | s2 = peg$FAILED; |
| 10847 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 10848 | } |
| 10849 | if (s2 === peg$FAILED) { |
| 10850 | s2 = null; |
| 10851 | } |
| 10852 | if (input.charCodeAt(peg$currPos) === 48) { |
| 10853 | s3 = peg$c177; |
| 10854 | peg$currPos++; |
| 10855 | } else { |
| 10856 | s3 = peg$FAILED; |
| 10857 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 10858 | } |
| 10859 | if (s3 === peg$FAILED) { |
| 10860 | s3 = null; |
| 10861 | } |
| 10862 | if (input.charCodeAt(peg$currPos) === 48) { |
| 10863 | s4 = peg$c177; |
| 10864 | peg$currPos++; |
| 10865 | } else { |
| 10866 | s4 = peg$FAILED; |
| 10867 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 10868 | } |
| 10869 | if (s4 === peg$FAILED) { |
| 10870 | s4 = null; |
| 10871 | } |
| 10872 | if (input.charCodeAt(peg$currPos) === 48) { |
| 10873 | s5 = peg$c177; |
| 10874 | peg$currPos++; |
| 10875 | } else { |
| 10876 | s5 = peg$FAILED; |
| 10877 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 10878 | } |
| 10879 | if (s5 === peg$FAILED) { |
no test coverage detected