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

/external/chromium_org/v8/src/
H A Djsregexp.cc1144 if (action_type() == ActionNode::CLEAR_CAPTURES) {
1170 if (action->action_type() == ActionNode::STORE_POSITION) {
1188 if (action->action_type() == ActionNode::CLEAR_CAPTURES) {
1254 case ActionNode::SET_REGISTER: {
1271 case ActionNode::INCREMENT_REGISTER:
1279 case ActionNode::STORE_POSITION: {
1302 case ActionNode::CLEAR_CAPTURES: {
1472 ActionNode* ActionNode::SetRegister(int reg,
1475 ActionNode* resul
[all...]
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 83 milliseconds