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