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

  /external/v8/src/
jsregexp.h 714 class ActionNode: public SeqRegExpNode {
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(*this);
    [all...]
jsregexp.cc 791 if (type() == ActionNode::CLEAR_CAPTURES) {
817 if (action->type() == ActionNode::STORE_POSITION) {
834 if (action->type() == ActionNode::CLEAR_CAPTURES) {
898 case ActionNode::SET_REGISTER: {
    [all...]

Completed in 48 milliseconds