(ch)
| 21699 | return false |
| 21700 | }; |
| 21701 | function isRegExpIdentifierStart(ch) { |
| 21702 | return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ |
| 21703 | } |
| 21704 | |
| 21705 | // RegExpIdentifierPart[U] :: |
| 21706 | // UnicodeIDContinue |
no test coverage detected