Home | History | Annotate | Download | only in src

Lines Matching defs:JSGlobalProxy

65 //           - JSGlobalProxy
846 V(JSGlobalProxy) \
1666 // If the receiver is a JSGlobalProxy this method will return its prototype,
1675 // receiver is a JSGlobalProxy then the auxiliary object is a property
5877 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
5878 // and the prototype is hidden. JSGlobalProxy always delegates
5881 // A JSGlobalProxy can be reinitialized which will preserve its identity.
5883 // Accessing a JSGlobalProxy requires security check.
5885 class JSGlobalProxy : public JSObject {
5892 static inline JSGlobalProxy* cast(Object* obj);
5910 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalProxy);