()
| 4167 | } |
| 4168 | |
| 4169 | function try_Param() |
| 4170 | { |
| 4171 | shiftT(31); // '$' |
| 4172 | lookahead1W(246); // EQName^Token | S^WS | '(:' | 'after' | 'allowing' | 'ancestor' | |
| 4173 | try_EQName(); |
| 4174 | lookahead1W(153); // S^WS | '(:' | ')' | ',' | 'as' |
| 4175 | if (l1 == 80) // 'as' |
| 4176 | { |
| 4177 | try_TypeDeclaration(); |
| 4178 | } |
| 4179 | } |
| 4180 | |
| 4181 | function parse_FunctionBody() |
| 4182 | { |
no test coverage detected