Home
last modified time | relevance | path

Searched refs:on_success (Results 1 – 3 of 3) sorted by relevance

/external/webkit/V8Binding/v8/src/
Djsregexp.h594 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode() argument
595 : on_success_(on_success) { } in SeqRegExpNode()
596 RegExpNode* on_success() { return on_success_; } in on_success() function
614 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
615 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
618 RegExpNode* on_success);
619 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
622 RegExpNode* on_success);
627 RegExpNode* on_success);
631 RegExpNode* on_success);
[all …]
Djsregexp.cc1147 RegExpNode* on_success) { in SetRegister() argument
1148 ActionNode* result = new ActionNode(SET_REGISTER, on_success); in SetRegister()
1155 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { in IncrementRegister() argument
1156 ActionNode* result = new ActionNode(INCREMENT_REGISTER, on_success); in IncrementRegister()
1164 RegExpNode* on_success) { in StorePosition() argument
1165 ActionNode* result = new ActionNode(STORE_POSITION, on_success); in StorePosition()
1173 RegExpNode* on_success) { in ClearCaptures() argument
1174 ActionNode* result = new ActionNode(CLEAR_CAPTURES, on_success); in ClearCaptures()
1183 RegExpNode* on_success) { in BeginSubmatch() argument
1184 ActionNode* result = new ActionNode(BEGIN_SUBMATCH, on_success); in BeginSubmatch()
[all …]
Dast.h1369 RegExpNode* on_success) = 0;
1392 RegExpNode* on_success);
1412 RegExpNode* on_success);
1440 RegExpNode* on_success);
1484 RegExpNode* on_success);
1520 RegExpNode* on_success);
1539 RegExpNode* on_success);
1573 RegExpNode* on_success);
1579 RegExpNode* on_success,
1606 RegExpNode* on_success);
[all …]