()
| 8306 | } |
| 8307 | |
| 8308 | function try_Param() |
| 8309 | { |
| 8310 | shiftT(31); // '$' |
| 8311 | lookahead1W(245); // EQName^Token | S^WS | '(:' | 'after' | 'allowing' | 'ancestor' | |
| 8312 | try_EQName(); |
| 8313 | lookahead1W(153); // S^WS | '(:' | ')' | ',' | 'as' |
| 8314 | if (l1 == 80) // 'as' |
| 8315 | { |
| 8316 | try_TypeDeclaration(); |
| 8317 | } |
| 8318 | } |
| 8319 | |
| 8320 | function parse_FunctionBody() |
| 8321 | { |
no test coverage detected