HomeSort by relevance Sort by last modified time
    Searched refs:with_nesting_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
preparser.h 527 with_nesting_count_(0),
539 bool IsInsideWith() { return with_nesting_count_ != 0; }
555 scope->with_nesting_count_++;
558 ~InsideWith() { scope_->with_nesting_count_--; }
571 int with_nesting_count_; member in class:v8::internal::PreParser::Scope
  /external/v8/src/
preparser.h 452 with_nesting_count_(0),
463 bool IsInsideWith() { return with_nesting_count_ != 0; }
473 void EnterWith() { with_nesting_count_++; }
474 void LeaveWith() { with_nesting_count_--; }
482 int with_nesting_count_; member in class:v8::preparser::PreParser::Scope

Completed in 305 milliseconds