Home
last modified time | relevance | path

Searched refs:AT_START (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Djsregexp.h887 AT_START, enumerator
896 return new(on_success->zone()) AssertionNode(AT_START, on_success); in AtStart()
Djsregexp.cc2306 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()
2318 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()
3134 if (assertion_type_ == AT_START && not_at_start) { in GetQuickCheckDetails()
3155 case AT_START: { in Emit()
4618 case AssertionNode::AT_START: in VisitAssertion()