Changeset 3745 in webkit for trunk/JavaScriptCore/kjs/identifier.h
- Timestamp:
- Mar 4, 2003, 4:41:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.h
r3373 r3745 53 53 double toDouble() const { return _ustring.toDouble(); } 54 54 55 static Identifier null;55 static const Identifier &null(); 56 56 57 57 friend bool operator==(const Identifier &, const Identifier &);
Note:
See TracChangeset
for help on using the changeset viewer.