Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h708 int min_loop_iterations, Zone* zone) in LoopChoiceNode()
715 min_loop_iterations_(min_loop_iterations) {} in LoopChoiceNode()
732 int min_loop_iterations() const { return min_loop_iterations_; } in min_loop_iterations() function in v8::internal::LoopChoiceNode
707 LoopChoiceNode(bool body_can_be_zero_length, bool read_backward, int min_loop_iterations, Zone* zone) LoopChoiceNode() argument
H A Dregexp-compiler.cc1482 int loop_iterations = base::saturated_cast<uint8_t>(min_loop_iterations()); in EatsAtLeastFromLoopEntry()

Completed in 9 milliseconds