Searched refs:ContextLocalName (Results 1 – 6 of 6) sorted by relevance
659 Handle<String> next_name(scope_info->ContextLocalName(i)); in SetContextVariableValue()774 Handle<String> name(scope_info->ContextLocalName(i)); in CopyContextLocalsToScopeObject()
575 String* ScopeInfo::ContextLocalName(int var) { in ContextLocalName() function in v8::internal::ScopeInfo704 return ContextLocalName(var); in ContextSlotName()
466 if (scope_info->ContextLocalName(j) == *name) { in NewSloppyArguments()620 Handle<String> name(scope_info->ContextLocalName(var)); in FindNameClash()
1674 accumulator->PrintName(scope_info->ContextLocalName(i)); in Print()
4529 String* ContextLocalName(int var);
1204 String* local_name = scope_info->ContextLocalName(i); in ExtractContextReferences()