Ignore:
Timestamp:
Aug 26, 2010, 5:38:54 PM (15 years ago)
Author:
[email protected]
Message:

Rubber Stamped by Oliver Hunt.

Partially revert r65959. The toString changes regressed the v8 tests,
but keep the toFixed/toExponential/toPrecision changes.

JavaScriptCore:

(JSC::UString::number):

  • wtf/DecimalNumber.h:
  • wtf/dtoa.cpp:

(WTF::append):
(WTF::doubleToStringInJavaScriptFormat):

  • wtf/dtoa.h:
  • wtf/text/WTFString.cpp:
  • wtf/text/WTFString.h:

WebCore:

  • html/HTMLTreeBuilder.cpp:

(WebCore::serializeForNumberType):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r65959 r66159  
    378378__ZN3WTF13tryFastMallocEm
    379379__ZN3WTF14fastMallocSizeEPKv
    380 __ZN3WTF14numberToStringEdRA96_t
    381380__ZN3WTF15ThreadCondition4waitERNS_5MutexE
    382381__ZN3WTF15ThreadCondition6signalEv
     
    413412__ZN3WTF27releaseFastMallocFreeMemoryEv
    414413__ZN3WTF28setMainThreadCallbacksPausedEb
     414__ZN3WTF32doubleToStringInJavaScriptFormatEdPcPj
    415415__ZN3WTF36lockAtomicallyInitializedStaticMutexEv
    416416__ZN3WTF37parseDateFromNullTerminatedCharactersEPKc
Note: See TracChangeset for help on using the changeset viewer.