Searched refs:WITH_SCOPE (Results 1 – 6 of 6) sorted by relevance
330 ScopeTypeField::encode(WITH_SCOPE) | CallsSloppyEvalField::encode(false) | in CreateForWithScope()488 scope_type() == WITH_SCOPE || in ContextLength()566 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
902 WITH_SCOPE // The scope introduced by with. enumerator919 case ScopeType::WITH_SCOPE:
410 if (scope_info->scope_type() == WITH_SCOPE) { in DeserializeScopeChain()413 new (zone) Scope(zone, WITH_SCOPE, handle(scope_info, isolate)); in DeserializeScopeChain()1609 case WITH_SCOPE: return "with"; in Header()
354 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in NON_EXPORTED_BASE()
311 case WITH_SCOPE: in Type()
5437 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()