HomeSort by relevance Sort by last modified time
    Searched refs:ActionNode (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
jsregexp.h 750 class ActionNode: public SeqRegExpNode {
761 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
762 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
763 static ActionNode* StorePosition(int reg,
766 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
767 static ActionNode* BeginSubmatch(int stack_pointer_reg,
770 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg,
775 static ActionNode* EmptyMatchCheck(int start_register,
794 virtual ActionNode* Clone() { return new ActionNode(*this);
    [all...]
jsregexp.cc     [all...]

Completed in 20 milliseconds