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

/external/v8/src/
H A Djsregexp.h728 bool is_capture,
769 bool is_capture; member in struct:v8::internal::ActionNode::__anon6375::__anon6378
1144 DeferredCapture(int reg, bool is_capture, Trace* trace) argument
1147 is_capture_(is_capture) { }
1149 bool is_capture() { return is_capture_; } function in class:v8::internal::Trace::DeferredCapture
H A Djsregexp.cc940 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1132 bool is_capture,
1136 result->data_.u_position_register.is_capture = is_capture;
2922 data_.u_position_register.is_capture,
1131 StorePosition(int reg, bool is_capture, RegExpNode* on_success) argument

Completed in 64 milliseconds