Home
last modified time | relevance | path

Searched refs:GetNonLocals (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.h76 void GetNonLocals(List<Handle<String> >* list_out);
Ddebug-evaluate.cc165 it.GetNonLocals(&non_locals_); in ContextBuilder()
Ddebug-scopes.cc328 void ScopeIterator::GetNonLocals(List<Handle<String> >* list_out) { in GetNonLocals() function in v8::internal::ScopeIterator