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

  /external/v8/src/
scopes.cc 160 scope_inside_with_ = false;
204 s->scope_inside_with_ = true;
303 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
305 scope_inside_with_ = is_with_scope();
670 if (scope->scope_inside_with_) return false;
683 return !scope_inside_with_ && outer->HasTrivialContext();
885 if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n");
    [all...]
scopes.h 291 bool inside_with() const { return scope_inside_with_; }
465 bool scope_inside_with_; member in class:v8::internal::Scope

Completed in 466 milliseconds