Home
last modified time | relevance | path

Searched refs:repetition_limit (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc227 << "<" << that->data_.u_empty_match_check.repetition_limit in VisitAction()
H A Dregexp-nodes.h344 int repetition_limit,
381 int repetition_limit; member
H A Dregexp-compiler.cc705 int repetition_limit, in EmptyMatchCheck()
711 result->data_.u_empty_match_check.repetition_limit = repetition_limit; in EmptyMatchCheck()
3422 int limit = data_.u_empty_match_check.repetition_limit; in Emit()
703 EmptyMatchCheck(int start_register, int repetition_register, int repetition_limit, RegExpNode* on_success) EmptyMatchCheck() argument

Completed in 9 milliseconds