()
| 11718 | } |
| 11719 | |
| 11720 | function try_DefaultNamespaceDecl() |
| 11721 | { |
| 11722 | shiftT(109); // 'declare' |
| 11723 | lookahead1W(49); // S^WS | '(:' | 'default' |
| 11724 | shiftT(110); // 'default' |
| 11725 | lookahead1W(119); // S^WS | '(:' | 'element' | 'function' |
| 11726 | switch (l1) |
| 11727 | { |
| 11728 | case 122: // 'element' |
| 11729 | shiftT(122); // 'element' |
| 11730 | break; |
| 11731 | default: |
| 11732 | shiftT(147); // 'function' |
| 11733 | } |
| 11734 | lookahead1W(64); // S^WS | '(:' | 'namespace' |
| 11735 | shiftT(187); // 'namespace' |
| 11736 | lookahead1W(15); // URILiteral | S^WS | '(:' |
| 11737 | shiftT(7); // URILiteral |
| 11738 | } |
| 11739 | |
| 11740 | function parse_FTOptionDecl() |
| 11741 | { |
no test coverage detected
searching dependent graphs…