Searched defs:ActionNode (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Djsregexp.h714 class ActionNode: public SeqRegExpNode { class in namespace:v8::internal
725 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
726 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
727 static ActionNode* StorePosition(int reg,
730 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
731 static ActionNode* BeginSubmatch(int stack_pointer_reg,
734 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg,
739 static ActionNode* EmptyMatchCheck(int start_register,
756 virtual ActionNode* Clone() { return new ActionNode(*thi
787 ActionNode(Type type, RegExpNode* on_success) function in class:v8::internal::ActionNode
[all...]

Completed in 38 milliseconds