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

/external/v8/src/
H A Djsregexp.h769 bool is_capture,
813 bool is_capture; member in struct:v8::internal::ActionNode::__anon12872::__anon12875
1206 DeferredCapture(int reg, bool is_capture, Trace* trace) argument
1209 is_capture_(is_capture) { }
1211 bool is_capture() { return is_capture_; } function in class:v8::internal::Trace::DeferredCapture
H A Djsregexp.cc1076 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1268 bool is_capture,
1272 result->data_.u_position_register.is_capture = is_capture;
3104 data_.u_position_register.is_capture,
1267 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument

Completed in 79 milliseconds