Searched defs:bound_checked_up_to_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h1426 bound_checked_up_to_(0),
1452 bound_checked_up_to_ == 0 &&
1464 int bound_checked_up_to() { return bound_checked_up_to_; }
1483 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; }
1509 int bound_checked_up_to_; member in class:v8::internal::Trace

Completed in 980 milliseconds