Searched refs:capture_count_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h364 int capture_count_; member in class:v8::internal::BASE_EMBEDDED
H A Dast.h2779 capture_count_(capture_count),
2793 int capture_count() { return capture_count_; }
2799 int capture_count_; member in class:v8::internal::V8_FINAL
H A Dparser.cc3924 capture_count_(0),
4388 capture_count_ = capture_count;
4420 if (value > capture_count_) {
H A Djsregexp.cc5068 int register_count = capture_count_ * registers_per_capture;

Completed in 109 milliseconds