Home
last modified time | relevance | path

Searched refs:non_locals (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug-evaluate.cc157 Handle<StringSet> non_locals = it.GetNonLocals(); in ContextBuilder() local
159 non_locals); in ContextBuilder()
167 context_chain_element.whitelist = non_locals; in ContextBuilder()
246 Handle<JSFunction> local_function, Handle<StringSet> non_locals) { in MaterializeReceiver() argument
249 if (non_locals->Has(name)) { in MaterializeReceiver()
Ddebug-evaluate.h76 Handle<StringSet> non_locals);
/external/v8/src/ast/
Dscopes.cc1419 ParseInfo* info, Handle<StringSet> non_locals) { in CollectNonLocals() argument
1423 non_locals = StringSet::Add(non_locals, proxy->name()); in CollectNonLocals()
1425 return non_locals; in CollectNonLocals()
Dscopes.h825 Handle<StringSet> non_locals);