Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h769 bool is_capture; member
1144 DeferredCapture(int reg, bool is_capture, Trace* trace) in DeferredCapture()
1149 bool is_capture() { return is_capture_; } in is_capture() function
Djsregexp.cc1132 bool is_capture, in StorePosition()