Changeset 46598 in webkit for trunk/JavaScriptCore/runtime/JSCell.cpp
- Timestamp:
- Jul 30, 2009, 1:57:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSCell.cpp
r43153 r46598 91 91 } 92 92 93 bool JSCell::getTruncatedInt32(int32_t&) const94 {95 return false;96 }97 98 bool JSCell::getTruncatedUInt32(uint32_t&) const99 {100 return false;101 }102 103 93 bool JSCell::getString(UString&stringValue) const 104 94 {
Note:
See TracChangeset
for help on using the changeset viewer.