Home
last modified time | relevance | path

Searched refs:is_with_scope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.cc326 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()
Dscopes.h335 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in is_with_scope() function
369 return is_with_scope() || num_heap_slots() > 0; in NeedsContext()