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

/external/chromium_org/v8/src/
H A Djsregexp.cc2143 if (!cc->is_negated()) {
2154 if (cc->is_negated()) {
2165 !cc->is_negated() &&
2194 bool zeroth_entry_is_failure = !cc->is_negated();
2609 if (tree->is_negated()) {
2821 if (cc->is_negated()) {
3428 if (node->is_negated()) {
4578 if (node->is_negated()) os_ << "^";
5894 if (char_class->is_negated()) {
6013 if (tree->is_negated()) {
[all...]
H A Dast.cc845 if (that->is_negated()) os_ << "^";
H A Dparser.cc4817 bool is_negated = false; local
4819 is_negated = true;
4861 is_negated = !is_negated;
4863 return new(zone()) RegExpCharacterClass(ranges, is_negated);
H A Dast.h2716 RegExpCharacterClass(ZoneList<CharacterRange>* ranges, bool is_negated) argument
2718 is_negated_(is_negated) { }
2748 bool is_negated() { return is_negated_; } function in class:v8::internal::FINAL

Completed in 434 milliseconds