Home | History | Annotate | Download | only in src

Lines Matching refs:Proxy

90 //       - Proxy
3052 DECL_ACCESSORS(wrapper, Proxy)
3406 // [context]: the owner global context of this proxy object.
4418 // Proxy describes objects pointing from JavaScript to C structures.
4421 class Proxy: public HeapObject {
4423 // [proxy]: field containing the address.
4424 inline Address proxy();
4428 static inline Proxy* cast(Object* obj);
4445 DISALLOW_IMPLICIT_CONSTRUCTORS(Proxy);