Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dexpression-scope.h83 parser()->scope()->AddUnresolved(result);
105 this->parser()->scope()->AddUnresolved(proxy); in MergeVariableList()
566 this->parser()->scope()->AddUnresolved(variable); in TrackVariable()
/third_party/node/deps/v8/src/ast/
Dscopes.h238 AddUnresolved(proxy);
242 void AddUnresolved(VariableProxy* proxy);
Dscopes.cc1219 void Scope::AddUnresolved(VariableProxy* proxy) { in AddUnresolved() function in v8::internal::Scope
2779 AddUnresolved(proxy); in NewHomeObjectVariableProxy()