Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc178 case AssertionNode::AT_START: in VisitAssertion()
H A Dregexp-nodes.h462 AT_START, enumerator
471 return on_success->zone()->New<AssertionNode>(AT_START, on_success); in AtStart()
H A Dregexp-compiler.cc1393 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()
2245 if (assertion_type_ == AT_START && not_at_start) { in GetQuickCheckDetails()
2263 case AT_START: { in Emit()
3649 if (that->assertion_type() == AssertionNode::AT_START) { in VisitAssertion()
/third_party/node/deps/v8/src/objects/
H A Delements.cc101 enum Where { AT_START, AT_END }; enumerator
2162 return Subclass::RemoveElement(receiver, AT_START); in ShiftImpl()
2179 AT_START); in UnshiftImpl()
2407 int remove_index = remove_position == AT_START ? 0 : new_length; in RemoveElement()
2410 if (remove_position == AT_START) { in RemoveElement()
2439 int copy_dst_index = add_position == AT_START ? add_size : 0; in AddArguments()
2448 } else if (add_position == AT_START) { in AddArguments()
2455 int insertion_index = add_position == AT_START ? 0 : length; in AddArguments()

Completed in 18 milliseconds