Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1465 DCHECK_EQ(eats_at_least_info()->eats_at_least_from_possibly_start, 0); in EatsAtLeastFromLoopEntry()
1466 DCHECK_EQ(eats_at_least_info()->eats_at_least_from_not_start, 0); in EatsAtLeastFromLoopEntry()
3576 ->eats_at_least_info() in VisitText()
3594 DCHECK(that->eats_at_least_info()->IsZero()); in VisitAction()
3609 that->set_eats_at_least_info(*that->on_success()->eats_at_least_info()); in VisitAction()
3618 i == 0 ? EatsAtLeastInfo(UINT8_MAX) : *that->eats_at_least_info(); in VisitChoice()
3620 *that->alternatives()->at(i).node()->eats_at_least_info()); in VisitChoice()
3627 *that->continue_node()->eats_at_least_info()); in VisitLoopChoiceContinueNode()
3638 that->set_eats_at_least_info(*that->continue_node()->eats_at_least_info()); in VisitNegativeLookaroundChoiceContinueNode()
3643 that->set_eats_at_least_info(*that->on_success()->eats_at_least_info()); in VisitBackReference()
[all...]
H A Dregexp-nodes.h242 const EatsAtLeastInfo* eats_at_least_info() const { return &eats_at_least_; } in eats_at_least_info() function in v8::internal::RegExpNode

Completed in 9 milliseconds