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

/external/chromium_org/v8/src/
H A Djsregexp.h746 class ActionNode: public SeqRegExpNode { class in namespace:v8::internal
757 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
758 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
759 static ActionNode* StorePosition(int reg,
762 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
763 static ActionNode* BeginSubmatch(int stack_pointer_reg,
766 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg,
771 static ActionNode* EmptyMatchCheck(int start_register,
822 ActionNode(ActionType action_type, RegExpNode* on_success) function in class:v8::internal::ActionNode
1366 DeferredAction(ActionNode
[all...]

Completed in 144 milliseconds