(ch)
| 4298 | return state.lastStringValue !== "" |
| 4299 | }; |
| 4300 | function isUnicodePropertyNameCharacter(ch) { |
| 4301 | return isControlLetter(ch) || ch === 0x5F /* _ */ |
| 4302 | } |
| 4303 | |
| 4304 | // UnicodePropertyValue :: |
| 4305 | // UnicodePropertyValueCharacters |
no test coverage detected
searching dependent graphs…