Lines Matching full:proxy
931 Variable* var = node->proxy()->var();
981 Reference target(this, node->proxy());
2767 // patch the stack to use the global proxy as 'this' in the
2899 // Pass the global proxy as the receiver.
2918 // receiver. There is no need to use the global proxy here because
4405 // The expression is either a property or a variable proxy that rewrites
4415 // The expression is a variable proxy that does not rewrite to a
6003 VariableProxy* proxy = expression_->AsVariableProxy();
6004 ASSERT(proxy->AsVariable() != NULL);
6005 ASSERT(proxy->AsVariable()->is_global());
6006 return proxy->name();