Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h666 bool is_capture; member
1251 DeferredCapture(int reg, bool is_capture, Trace* trace) in DeferredCapture()
1256 bool is_capture() { return is_capture_; } in is_capture() function
Djsregexp.cc1450 bool is_capture, in StorePosition()