Changeset 1824 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Aug 15, 2002, 3:08:46 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r1799 r1824 131 131 Object toObject(ExecState *exec) const; 132 132 133 private: 133 134 virtual bool toUInt32(unsigned&) const; 134 135 135 private:136 136 double val; 137 137 };
Note:
See TracChangeset
for help on using the changeset viewer.