Searched refs:assertion_type_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h918 AssertionType assertion_type() { return assertion_type_; }
927 : SeqRegExpNode(on_success), assertion_type_(t) { }
928 AssertionType assertion_type_; member in class:v8::internal::AssertionNode
H A Dast.h2675 explicit RegExpAssertion(AssertionType type) : assertion_type_(type) { }
2685 AssertionType assertion_type() { return assertion_type_; }
2687 AssertionType assertion_type_; member in class:v8::internal::FINAL
H A Djsregexp.cc3071 bool at_boundary = (assertion_type_ == AssertionNode::AT_BOUNDARY);
3134 if (assertion_type_ == AT_START && not_at_start) {
3147 switch (assertion_type_) {

Completed in 270 milliseconds