Changeset 60057 in webkit for trunk/JavaScriptCore/runtime/JSObjectWithGlobalObject.h
- Timestamp:
- May 23, 2010, 7:15:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObjectWithGlobalObject.h
r59941 r60057 40 40 } 41 41 42 JSGlobalObject* globalObject() const; 43 42 44 protected: 43 45 JSObjectWithGlobalObject(JSGlobalObject*, NonNullPassRefPtr<Structure>); … … 49 51 } 50 52 static const unsigned AnonymousSlotCount = JSObject::AnonymousSlotCount + 1; 53 static const unsigned GlobalObjectSlot = 0; 51 54 }; 52 55 53 } 56 } // namespace JSC 54 57 55 58 #endif // JSObjectWithGlobalObject_h
Note:
See TracChangeset
for help on using the changeset viewer.