Searched refs:is_negated (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-ast.h291 RegExpCharacterClass(ZoneList<CharacterRange>* ranges, bool is_negated) argument
292 : set_(ranges), is_negated_(is_negated) {}
322 bool is_negated() { return is_negated_; } function in class:v8::internal::final
H A Dregexp-parser.cc1427 bool is_negated = false; local
1429 is_negated = true;
1478 is_negated = !is_negated;
1480 return new (zone()) RegExpCharacterClass(ranges, is_negated);
H A Dregexp-ast.cc184 if (that->is_negated()) os_ << "^";
H A Djsregexp.cc2160 if (!cc->is_negated()) {
2171 if (cc->is_negated()) {
2202 bool zeroth_entry_is_failure = !cc->is_negated();
2621 if (tree->is_negated()) {
2833 if (cc->is_negated()) {
3463 if (node->is_negated()) {
4626 if (node->is_negated()) os_ << "^";
5152 if (is_negated()) {
6445 if (char_class->is_negated()) {
6561 if (tree->is_negated()) {
[all...]

Completed in 228 milliseconds