Lines Matching refs:JSGlobalProxy
26 class JSGlobalProxy;
1040 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
1041 // and the prototype is hidden. JSGlobalProxy always delegates
1044 // A JSGlobalProxy can be reinitialized which will preserve its identity.
1046 // Accessing a JSGlobalProxy requires security check.
1048 class JSGlobalProxy
1049 : public TorqueGeneratedJSGlobalProxy<JSGlobalProxy, JSSpecialObject> {
1057 DECL_PRINTER(JSGlobalProxy)
1058 DECL_VERIFIER(JSGlobalProxy)
1060 TQ_OBJECT_CONSTRUCTORS(JSGlobalProxy)