Home | History | Annotate | Download | only in regexp

Lines Matching defs:on_success_

615       : RegExpNode(on_success->zone()), on_success_(on_success) { }
616 RegExpNode* on_success() { return on_success_; }
617 void set_on_success(RegExpNode* node) { on_success_ = node; }
621 on_success_->FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start);
629 RegExpNode* on_success_;