Ignore:
Timestamp:
Jul 30, 2009, 1:57:44 PM (16 years ago)
Author:
[email protected]
Message:

Merged nitro-extreme branch into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSCell.cpp

    r43153 r46598  
    9191}
    9292
    93 bool JSCell::getTruncatedInt32(int32_t&) const
    94 {
    95     return false;
    96 }
    97 
    98 bool JSCell::getTruncatedUInt32(uint32_t&) const
    99 {
    100     return false;
    101 }
    102 
    10393bool JSCell::getString(UString&stringValue) const
    10494{
Note: See TracChangeset for help on using the changeset viewer.