Home
last modified time | relevance | path

Searched refs:GetLocals (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.h86 Handle<StringSet> GetLocals() { return locals_; } in GetLocals() function
Ddebug-evaluate.cc253 context_chain_element.blocklist = scope_iterator_.GetLocals(); in ContextBuilder()