Searched refs:IsCatchContext (Results 1 – 5 of 5) sorted by relevance
267 DCHECK(context_->IsCatchContext()); in Type()287 if (context_->IsCatchContext()) { in Type()556 DCHECK(context->IsCatchContext()); in MaterializeCatchScope()756 DCHECK(context->IsCatchContext()); in SetCatchVariableValue()
95 bool Context::IsCatchContext() { in IsCatchContext() function
122 DCHECK(IsBlockContext() || IsCatchContext() || IsWithContext() || in scope_info()138 DCHECK(IsCatchContext()); in catch_name()349 } else if (context->IsCatchContext()) { in Lookup()
561 inline bool IsCatchContext();
7297 if (context->has_extension() && !context->IsCatchContext()) { in ReferencesObject()