Searched refs:assertion_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc727 return assertion_type() == RegExpAssertion::START_OF_INPUT;
732 return assertion_type() == RegExpAssertion::END_OF_INPUT;
857 switch (that->assertion_type()) {
H A Djsregexp.cc2306 if (assertion_type() == AT_START && not_at_start) return still_to_find;
2318 if (assertion_type() == AT_START && not_at_start) return;
4614 switch (that->assertion_type()) {
5051 switch (assertion_type()) {
H A Djsregexp.h918 AssertionType assertion_type() { return assertion_type_; } function in class:v8::internal::AssertionNode
H A Dparser.cc4245 RegExpAssertion::AssertionType assertion_type = local
4248 builder->AddAssertion(new(zone()) RegExpAssertion(assertion_type));
H A Dast.h2685 AssertionType assertion_type() { return assertion_type_; } function in class:v8::internal::FINAL

Completed in 144 milliseconds