Changeset 47267 in webkit for trunk/JavaScriptCore/runtime/BooleanObject.h
- Timestamp:
- Aug 13, 2009, 10:35:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/BooleanObject.h
r43122 r47267 32 32 virtual const ClassInfo* classInfo() const { return &info; } 33 33 static const ClassInfo info; 34 35 static PassRefPtr<Structure> createStructure(JSValue prototype) 36 { 37 return Structure::create(prototype, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark)); 38 } 34 39 }; 35 40
Note:
See TracChangeset
for help on using the changeset viewer.