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

/external/v8/src/
H A Djsregexp.h1251 bound_checked_up_to_(0),
1277 bound_checked_up_to_ == 0 &&
1287 int bound_checked_up_to() { return bound_checked_up_to_; }
1306 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; }
1331 int bound_checked_up_to_; member in class:v8::internal::Trace

Completed in 88 milliseconds