Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Djsregexp.h804 bool is_capture; member
1381 DeferredCapture(int reg, bool is_capture, Trace* trace) in DeferredCapture()
1386 bool is_capture() { return is_capture_; } in is_capture() function
Djsregexp.cc1492 bool is_capture, in StorePosition()