Searched refs:is_with_scope (Results 1 – 2 of 2) sorted by relevance
326 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope(); in Initialize()328 scope_inside_with_ = is_with_scope(); in Initialize()1107 if (already_resolved() && is_with_scope()) { in LookupRecursive()1134 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) { in LookupRecursive()1145 if (is_with_scope() && name_can_be_shadowed) { in LookupRecursive()1665 is_with_scope() || is_module_scope() || in AllocateVariablesRecursively()
335 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in is_with_scope() function369 return is_with_scope() || num_heap_slots() > 0; in NeedsContext()