Searched refs:AT_START (Results 1 – 3 of 3) sorted by relevance
54 enum Where { AT_START, AT_END }; enumerator1340 AT_START); in ShiftImpl()1354 receiver, backing_store, args, unshift_size, AT_START); in UnshiftImpl()1481 int remove_index = remove_position == AT_START ? 0 : new_length; in RemoveElement()1484 if (remove_position == AT_START) { in RemoveElement()1512 int copy_dst_index = remove_position == AT_START ? add_size : 0; in AddArguments()1518 } else if (remove_position == AT_START) { in AddArguments()1526 int insertion_index = remove_position == AT_START ? 0 : length; in AddArguments()
738 AT_START, enumerator747 return new(on_success->zone()) AssertionNode(AT_START, on_success); in AtStart()
2289 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()2299 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()3118 if (assertion_type_ == AT_START && not_at_start) { in GetQuickCheckDetails()3139 case AT_START: { in Emit()4602 case AssertionNode::AT_START: in VisitAssertion()