Changeset 36122 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 5, 2008, 5:56:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36081 r36122 59 59 JSObject(PassRefPtr<StructureID>); 60 60 JSObject(JSObject* prototype); 61 62 virtual void mark(); 63 64 // The inline virtual destructor cannot be the first virtual function declared 65 // in the class as it results in the vtable being generated as a weak symbol 61 66 virtual ~JSObject(); 62 63 virtual void mark();64 67 65 68 bool inherits(const ClassInfo* classInfo) const { return JSCell::isObject(classInfo); }
Note:
See TracChangeset
for help on using the changeset viewer.