Home
last modified time | relevance | path

Searched refs:on_success_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h296 : RegExpNode(on_success->zone()), on_success_(on_success) {} in SeqRegExpNode()
297 RegExpNode* on_success() { return on_success_; } in on_success()
298 void set_on_success(RegExpNode* node) { on_success_ = node; } in set_on_success()
302 on_success_->FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start);
310 RegExpNode* on_success_; member in v8::internal::SeqRegExpNode
H A Dregexp-compiler-tonode.cc973 on_success_(on_success), in RationalizeConsecutiveAtoms()
979 capture_register_start, on_success_); in RationalizeConsecutiveAtoms()
981 Zone* zone = on_success_->zone(); in RationalizeConsecutiveAtoms()
993 Zone* zone = on_success_->zone(); in RationalizeConsecutiveAtoms()
1000 GuardedAlternative(match), GuardedAlternative(on_success_), zone); in RationalizeConsecutiveAtoms()
H A Dregexp-ast.h547 RegExpNode* on_success_; member in v8::internal::final::Builder
H A Dregexp-compiler.cc1844 RegExpNode* next = on_success_->FilterOneByte(depth - 1, flags); in FilterSuccessor()
1846 on_success_ = next; in FilterSuccessor()

Completed in 24 milliseconds