Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc659 Handle<String> next_name(scope_info->ContextLocalName(i)); in SetContextVariableValue()
774 Handle<String> name(scope_info->ContextLocalName(i)); in CopyContextLocalsToScopeObject()
/external/v8/src/ast/
Dscopeinfo.cc575 String* ScopeInfo::ContextLocalName(int var) { in ContextLocalName() function in v8::internal::ScopeInfo
704 return ContextLocalName(var); in ContextSlotName()
/external/v8/src/runtime/
Druntime-scopes.cc466 if (scope_info->ContextLocalName(j) == *name) { in NewSloppyArguments()
620 Handle<String> name(scope_info->ContextLocalName(var)); in FindNameClash()
/external/v8/src/
Dframes.cc1674 accumulator->PrintName(scope_info->ContextLocalName(i)); in Print()
Dobjects.h4529 String* ContextLocalName(int var);
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1204 String* local_name = scope_info->ContextLocalName(i); in ExtractContextReferences()