Lines Matching refs:proxy
237 VariableProxy* proxy = factory->NewVariableProxy(name, kind, start_pos);
238 AddUnresolved(proxy);
239 return proxy;
242 void AddUnresolved(VariableProxy* proxy);
249 // Deletes an unresolved variable. The variable proxy cannot be reused for
689 static Variable* Lookup(VariableProxy* proxy, Scope* scope,
692 static Variable* LookupWith(VariableProxy* proxy, Scope* scope,
695 static Variable* LookupSloppyEval(VariableProxy* proxy, Scope* scope,
698 static void ResolvePreparsedVariable(VariableProxy* proxy, Scope* scope,
700 void ResolveTo(VariableProxy* proxy, Variable* var);
701 void ResolveVariable(VariableProxy* proxy);
1430 // variable proxy.
1513 Variable* LookupPrivateName(VariableProxy* proxy);
1567 void AddUnresolvedPrivateName(VariableProxy* proxy);