Searched refs:ParsePropertyClass (Results 1 – 2 of 2) sorted by relevance
347 if (!ParsePropertyClass(ranges, p == 'P')) { in ParseDisjunction()1349 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser1424 bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result, in ParsePropertyClass() function in v8::internal::RegExpParser1594 if (!ParsePropertyClass(ranges, negate)) { in ParseClassEscape()
180 bool ParsePropertyClass(ZoneList<CharacterRange>* result, bool negate);