Home | History | Annotate | Download | only in src

Lines Matching full:is_with_scope

309     scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
311 scope_inside_with_ = is_with_scope();
663 if (outer->is_with_scope()) return true;
923 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
930 if (is_with_scope()) {
1253 bool must_have_context = is_with_scope() ||