Searched refs:non_locals (Results 1 – 2 of 2) sorted by relevance
1593 Isolate* isolate, Handle<StringSet>* non_locals) { in CollectNonLocals() argument1594 this->ForEach([max_outer_scope, isolate, non_locals](Scope* scope) { in CollectNonLocals()1611 *non_locals = StringSet::Add(isolate, *non_locals, proxy->name()); in CollectNonLocals()1665 Isolate* isolate, Handle<StringSet> non_locals) { in CollectNonLocals() argument1666 Scope::CollectNonLocals(this, isolate, &non_locals); in CollectNonLocals()1667 return non_locals; in CollectNonLocals()
711 Handle<StringSet>* non_locals);1165 Handle<StringSet> non_locals);