Home
last modified time | relevance | path

Searched refs:ParsePropertyClass (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.cc347 if (!ParsePropertyClass(ranges, p == 'P')) { in ParseDisjunction()
1349 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser
1424 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser
1594 if (!ParsePropertyClass(ranges, negate)) { in ParseClassEscape()
Dregexp-parser.h180 bool ParsePropertyClass(ZoneList<CharacterRange>* result, bool negate);