Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h877 Handle<StringSet> CollectNonLocals(Isolate* isolate, ParseInfo* info,
Dscopes.cc1484 Handle<StringSet> DeclarationScope::CollectNonLocals( in CollectNonLocals() function in v8::internal::DeclarationScope
/external/v8/src/debug/
Ddebug-scopes.cc149 non_locals_ = info_->literal()->scope()->CollectNonLocals( in TryParseAndRetrieveScopes()