()
| 655 | }, |
| 656 | |
| 657 | afterPropertyName () { |
| 658 | if (c === ':') { |
| 659 | return newToken('punctuator', read()) |
| 660 | } |
| 661 | |
| 662 | throw invalidChar(read()) |
| 663 | }, |
| 664 | |
| 665 | beforePropertyValue () { |
| 666 | lexState = 'value' |
nothing calls this directly
no test coverage detected
searching dependent graphs…