Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1821 class IterationDecrementer { class
1823 explicit IterationDecrementer(LoopChoiceNode* node) : node_(node) { in IterationDecrementer() function in v8::internal::IterationDecrementer
1827 ~IterationDecrementer() { ++node_->min_loop_iterations_; } in ~IterationDecrementer()
1828 IterationDecrementer(const IterationDecrementer&) = delete;
1829 IterationDecrementer& operator=(const IterationDecrementer&) = delete;
2025 IterationDecrementer next_iteration(this); in GetQuickCheckDetails()
H A Dregexp-nodes.h763 friend class IterationDecrementer;

Completed in 9 milliseconds