Home | History | Annotate | Download | only in src

Lines Matching defs:JSGlobalObject

75 //             - JSGlobalObject
1044 V(JSGlobalObject) \
1178 "JSGlobalObject::native_context should be a native context") \
7101 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
7182 class JSGlobalObject: public GlobalObject {
7185 static inline JSGlobalObject* cast(Object* obj);
7188 DECLARE_PRINTER(JSGlobalObject)
7189 DECLARE_VERIFIER(JSGlobalObject)
7195 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);