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

  /external/chromium_org/v8/src/
preparser.h 552 class InsideWith {
554 explicit InsideWith(Scope* scope) : scope_(scope) {
558 ~InsideWith() { scope_->with_nesting_count_--; }
562 DISALLOW_COPY_AND_ASSIGN(InsideWith);
preparser.cc 583 Scope::InsideWith iw(scope_);
762 { Scope::InsideWith iw(scope_);
    [all...]

Completed in 33 milliseconds