(classRanges, negative, from, to)
| 58059 | } |
| 58060 | |
| 58061 | function createCharacterClass(classRanges, negative, from, to) { |
| 58062 | return addRaw({ |
| 58063 | type: 'characterClass', |
| 58064 | body: classRanges, |
| 58065 | negative: negative, |
| 58066 | range: [from, to] |
| 58067 | }); |
| 58068 | } |
| 58069 | |
| 58070 | function createClassRange(min, max, from, to) { |
| 58071 | // See 15.10.2.15: |
no test coverage detected