Home
last modified time | relevance | path

Searched refs:ContextLocalName (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc442 String* ScopeInfo::ContextLocalName(int var) { in ContextLocalName() function in v8::internal::ScopeInfo
608 return ContextLocalName(var); in ContextSlotName()
/external/v8/src/runtime/
Druntime-scopes.cc537 if (scope_info->ContextLocalName(j) == *name) { in NewSloppyArguments()
752 Handle<String> name(scope_info->ContextLocalName(var)); in FindNameClash()
/external/v8/src/debug/
Ddebug-scopes.cc597 Handle<String> next_name(scope_info->ContextLocalName(i)); in SetContextLocalValue()
/external/v8/src/
Dframes.cc1293 accumulator->PrintName(scope_info->ContextLocalName(i)); in Print()
Dobjects.h4074 String* ContextLocalName(int var);
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1235 String* local_name = scope_info->ContextLocalName(i); in ExtractContextReferences()