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.h 227 bool inside_with() const { return scope_inside_with_; }
375 bool scope_inside_with_; // this scope is inside a 'with' of some outer scope member in class:v8::internal::Scope
453 scope_inside_with_ = false;
scopes.cc 196 scope_inside_with_ = false;
267 scope_inside_with_ = outer_scope_->scope_inside_with_ || inside_with;
269 scope_inside_with_ = inside_with;
517 if (scope->scope_inside_with_) return false;
530 return !scope_inside_with_ && outer->HasTrivialContext();
625 if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n");
731 if (scope_inside_with_)
793 !(scope_inside_with_ || outer_scope_is_eval_scope_ ||
799 } else if (scope_inside_with_) {
    [all...]

Completed in 328 milliseconds