Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h638 bool is_capture; member
1218 DeferredCapture(int reg, bool is_capture, Trace* trace) in DeferredCapture()
1223 bool is_capture() { return is_capture_; } in is_capture() function
Djsregexp.cc1510 bool is_capture, in StorePosition()