Searched refs:WITH_SCOPE (Results 1 – 8 of 8) sorted by relevance
433 ScopeTypeBits::encode(WITH_SCOPE) | in CreateForWithScope()692 scope_type() == WITH_SCOPE || scope_type() == CLASS_SCOPE || in ContextLength()786 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
20 WITH_SCOPE
364 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }490 case WITH_SCOPE: // DebugEvaluateContext as well
428 if (scope_info.scope_type() == WITH_SCOPE) { in DeserializeScopeChain()436 outer_scope = zone->New<Scope>(zone, WITH_SCOPE, ast_value_factory, in DeserializeScopeChain()1801 case WITH_SCOPE: return "with"; in Header()
1171 WITH_SCOPE // The scope introduced by with. enumerator1190 case ScopeType::WITH_SCOPE:
507 case WITH_SCOPE: in Type()
1302 DCHECK_EQ(scope_info->scope_type(), WITH_SCOPE); in NewWithContext()
5694 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()