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 181 scope_inside_with_ = false;
217 s->scope_inside_with_ = true;
309 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
311 scope_inside_with_ = is_with_scope();
635 if (scope->scope_inside_with_) return false;
648 return !scope_inside_with_ && outer->HasTrivialContext();
832 if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n");
    [all...]
scopes.h 298 bool inside_with() const { return scope_inside_with_; }
464 bool scope_inside_with_; member in class:v8::internal::Scope

Completed in 30 milliseconds