Searched refs:ContextLocalName (Results 1 – 6 of 6) sorted by relevance
442 String* ScopeInfo::ContextLocalName(int var) { in ContextLocalName() function in v8::internal::ScopeInfo608 return ContextLocalName(var); in ContextSlotName()
537 if (scope_info->ContextLocalName(j) == *name) { in NewSloppyArguments()752 Handle<String> name(scope_info->ContextLocalName(var)); in FindNameClash()
597 Handle<String> next_name(scope_info->ContextLocalName(i)); in SetContextLocalValue()
1293 accumulator->PrintName(scope_info->ContextLocalName(i)); in Print()
4074 String* ContextLocalName(int var);
1235 String* local_name = scope_info->ContextLocalName(i); in ExtractContextReferences()