Show
Ignore:
Timestamp:
08/20/08 13:23:52 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35853

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/JSCell.cpp

    r381 r447  
    216216} 
    217217 
     218bool JSCell::isString() const 
     219{ 
     220    return false; 
     221} 
     222 
     223bool JSCell::isGetterSetter() const 
     224{ 
     225    return false; 
     226} 
     227 
     228bool JSCell::isObject() const 
     229{ 
     230    return false; 
     231} 
     232 
    218233} // namespace KJS