(keyword)
| 5201 | // If not, an exception will be thrown. |
| 5202 | |
| 5203 | function expectContextualKeyword(keyword) { |
| 5204 | return expectKeyword(keyword, true); |
| 5205 | } |
| 5206 | |
| 5207 | // Return true if the next token matches the specified punctuator. |
| 5208 |
no test coverage detected