Searched refs:WITH_SCOPE (Results 1 – 6 of 6) sorted by relevance
303 ScopeTypeField::encode(WITH_SCOPE) | CallsEvalField::encode(false) | in CreateForWithScope()437 scope_type() == WITH_SCOPE || in ContextLength()497 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
321 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in NON_EXPORTED_BASE()
382 if (scope_info->scope_type() == WITH_SCOPE) { in DeserializeScopeChain()384 outer_scope = new (zone) Scope(zone, WITH_SCOPE, handle(scope_info)); in DeserializeScopeChain()1526 case WITH_SCOPE: return "with"; in Header()
898 WITH_SCOPE // The scope introduced by with. enumerator
263 case WITH_SCOPE: in Type()
5174 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()