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

/external/chromium_org/v8/src/
H A Djsregexp.h887 AT_START, enumerator in enum:v8::internal::AssertionNode::AssertionType
896 return new(on_success->zone()) AssertionNode(AT_START, on_success);
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;
3134 if (assertion_type_ == AT_START && not_at_start) {
3155 case AT_START: {
4618 case AssertionNode::AT_START:

Completed in 65 milliseconds