Searched refs:ContextLocalIsParameter (Results 1 – 3 of 3) sorted by relevance
175 bool ContextLocalIsParameter(int var) const;
885 bool ScopeInfo::ContextLocalIsParameter(int var) const { in ContextLocalIsParameter() function in v8::internal::ScopeInfo891 DCHECK(ContextLocalIsParameter(var)); in ContextLocalParameterNumber()
450 if (!scope_info->ContextLocalIsParameter(i)) continue; in NewSloppyArguments()