Changeset 447 for trunk/JavaScriptCore/kjs/JSCell.cpp
- Timestamp:
- 08/20/08 13:23:52 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/kjs/JSCell.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/kjs/JSCell.cpp
r381 r447 216 216 } 217 217 218 bool JSCell::isString() const 219 { 220 return false; 221 } 222 223 bool JSCell::isGetterSetter() const 224 { 225 return false; 226 } 227 228 bool JSCell::isObject() const 229 { 230 return false; 231 } 232 218 233 } // namespace KJS
