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 486 with_nesting_count_(0),
498 bool IsInsideWith() { return with_nesting_count_ != 0; }
514 scope->with_nesting_count_++;
517 ~InsideWith() { scope_->with_nesting_count_--; }
530 int with_nesting_count_; member in class:v8::preparser::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 73 milliseconds