Changeset 97615 in webkit


Ignore:
Timestamp:
Oct 17, 2011 6:41:55 AM (12 years ago)
Author:
Adam Roben
Message:

Windows build fix after r97536, part 2

JSC::setUpStaticFunctionSlot with its new mangled name. SOrted the rest of the file while I
was at it.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r97610 r97615  
     12011-10-17  Adam Roben  <aroben@apple.com>
     2
     3        Windows build fix after r97536, part 2
     4
     5        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Added back
     6        JSC::setUpStaticFunctionSlot with its new mangled name. SOrted the rest of the file while I
     7        was at it.
     8
    192011-10-17  Adam Roben  <aroben@apple.com>
    210
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r97610 r97615  
    4141    ??8JSC@@YA_NABVUString@0@0@Z
    4242    ??8WTF@@YA_NABVCString@0@0@Z
    43     ?checkSyntax@JSC@@YA_NPAVExecState@1@ABVSourceCode@1@PAVJSValue@1@@Z
    44     ?evaluate@JSC@@YA?AVJSValue@1@PAVExecState@1@PAVScopeChainNode@1@ABVSourceCode@1@V21@PAV21@@Z
    4543    ?EcmaScriptConverter@DoubleToStringConverter@double_conversion@WTF@@SAABV123@XZ
    4644    ?ToExponential@DoubleToStringConverter@double_conversion@WTF@@QBE_NNHPAVStringBuilder@23@@Z
     
    8583    ?checkCurrentIdentifierTable@Identifier@JSC@@CAXPAVExecState@2@@Z
    8684    ?checkCurrentIdentifierTable@Identifier@JSC@@CAXPAVJSGlobalData@2@@Z
     85    ?checkSyntax@JSC@@YA_NPAVExecState@1@ABVSourceCode@1@PAVJSValue@1@@Z
    8786    ?checksum@MD5@WTF@@QAEXAAV?$Vector@E$0BA@@2@@Z
    8887    ?className@JSObject@JSC@@UBE?AVUString@2@XZ
     
    166165    ?equalUTF16WithUTF8@Unicode@WTF@@YA_NPB_W0PBD1@Z
    167166    ?evaluate@DebuggerCallFrame@JSC@@QBE?AVJSValue@2@ABVUString@2@AAV32@@Z
     167    ?evaluate@JSC@@YA?AVJSValue@1@PAVExecState@1@PAVScopeChainNode@1@ABVSourceCode@1@V21@PAV21@@Z
    168168    ?exclude@Profile@JSC@@QAEXPBVProfileNode@2@@Z
    169169    ?fastCalloc@WTF@@YAPAXII@Z
     
    315315    ?setSetter@PropertyDescriptor@JSC@@QAEXVJSValue@2@@Z
    316316    ?setUndefined@PropertyDescriptor@JSC@@QAEXXZ
     317    ?setUpStaticFunctionSlot@JSC@@YA_NPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z
    317318    ?setWritable@PropertyDescriptor@JSC@@QAEX_N@Z
    318319    ?setter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
     
    365366    ?utf8@UString@JSC@@QBE?AVCString@WTF@@_N@Z
    366367    ?validateValue@MarkStack@JSC@@KAXVJSValue@2@@Z
    367     ?vtableAnchor@InternalFunction@JSC@@EAEXXZ
    368368    ?visitChildren@JSGlobalObject@JSC@@SAXPAVJSCell@2@AAVSlotVisitor@2@@Z
    369369    ?visitChildren@JSObject@JSC@@SAXPAVJSCell@2@AAVSlotVisitor@2@@Z
     370    ?vtableAnchor@InternalFunction@JSC@@EAEXXZ
    370371    ?wait@ThreadCondition@WTF@@QAEXAAVMutex@2@@Z
    371372    ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
Note: See TracChangeset for help on using the changeset viewer.