Home | History | Annotate | Download | only in ia32

Lines Matching full:proxy

685     // The expression is either a property or a variable proxy that rewrites
695 // The expression is a variable proxy that does not rewrite to a
2727 Variable* var = node->proxy()->var();
2776 Reference target(this, node->proxy());
5066 // patch the stack to use the global proxy as 'this' in the
5194 // Pass the global proxy as the receiver.
5213 // receiver. There is no need to use the global proxy here because
7020 VariableProxy* proxy = expression_->AsVariableProxy();
7021 ASSERT(proxy->AsVariable() != NULL);
7022 ASSERT(proxy->AsVariable()->is_global());
7023 return proxy->name();