Changeset 47782 in webkit


Ignore:
Timestamp:
Aug 26, 2009 10:33:46 AM (15 years ago)
Author:
oliver@apple.com
Message:

Hopefully fix all the exports from JSC on windows

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r47781 r47782  
     12009-08-26  Oliver Hunt  <oliver@apple.com>
     2
     3        Reviewed by NOBODY (Build fix).
     4
     5        Hopefully fix all the exports from JSC on windows
     6
     7        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     8        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
     9
    1102009-08-26  Oliver Hunt  <oliver@apple.com>
    211
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r47664 r47782  
    122122    ?getJSNumber@JSCell@JSC@@UAE?AVJSValue@2@XZ
    123123    ?getObject@JSCell@JSC@@QAEPAVJSObject@2@XZ
     124    ?getOwnPropertyDescriptor@JSObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
     125    ?getOwnPropertyDescriptor@JSString@JSC@@EAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
     126    ?getOwnPropertyDescriptor@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    124127    ?getOwnPropertySlot@JSCell@JSC@@EAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z
    125128    ?getOwnPropertySlot@JSCell@JSC@@EAE_NPAVExecState@2@IAAVPropertySlot@2@@Z
     
    134137    ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
    135138    ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
     139    ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    136140    ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    137141    ?getPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     
    140144    ?getString@JSCell@JSC@@QBE?AVUString@2@XZ
    141145    ?getString@JSCell@JSC@@QBE_NAAVUString@2@@Z
     146    ?getter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
    142147    ?getUInt32@JSCell@JSC@@UBE_NAAI@Z
    143148    ?globalExec@JSGlobalObject@JSC@@UAEPAVExecState@2@XZ
    144149    ?globalObjectCount@Heap@JSC@@QAEIXZ
     150    ?hasAccessors@PropertyDescriptor@JSC@@QBE_NXZ
    145151    ?hasInstance@JSObject@JSC@@UAE_NPAVExecState@2@VJSValue@2@1@Z
    146152    ?hasProperty@JSObject@JSC@@QBE_NPAVExecState@2@ABVIdentifier@2@@Z
     
    208214    ?retrieveCaller@Interpreter@JSC@@QBE?AVJSValue@2@PAVExecState@2@PAVInternalFunction@2@@Z
    209215    ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z
     216    ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z
    210217    ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z
    211218    ?setGCProtectNeedsLocking@Heap@JSC@@QAEXXZ
     
    213220    ?setMainThreadCallbacksPaused@WTF@@YAX_N@Z
    214221    ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z
     222    ?setter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
     223    ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z
     224    ?setUndefined@PropertyDescriptor@JSC@@QAEXXZ
    215225    ?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z
    216226    ?sharedBuffer@Rep@UString@JSC@@QAEPAV?$CrossThreadRefCounted@V?$OwnFastMallocPtr@_W@WTF@@@WTF@@XZ
     
    223233    ?strtod@WTF@@YANPBDPAPAD@Z
    224234    ?substr@UString@JSC@@QBE?AV12@HH@Z
     235    symbolTableGet@JSVariableObject@JSC@@IAE_NABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    225236    ?synthesizePrototype@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z
    226237    ?thisObject@DebuggerCallFrame@JSC@@QBEPAVJSObject@2@XZ
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r47664 r47782  
    122122    ?getJSNumber@JSCell@JSC@@UAE?AVJSValue@2@XZ
    123123    ?getObject@JSCell@JSC@@QAEPAVJSObject@2@XZ
     124    ?getOwnPropertyDescriptor@JSObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
     125    ?getOwnPropertyDescriptor@JSString@JSC@@EAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
     126    ?getOwnPropertyDescriptor@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    124127    ?getOwnPropertySlot@JSCell@JSC@@EAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z
    125128    ?getOwnPropertySlot@JSCell@JSC@@EAE_NPAVExecState@2@IAAVPropertySlot@2@@Z
     
    140143    ?getString@JSCell@JSC@@QBE?AVUString@2@XZ
    141144    ?getString@JSCell@JSC@@QBE_NAAVUString@2@@Z
     145    ?getter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
    142146    ?getUInt32@JSCell@JSC@@UBE_NAAI@Z
    143147    ?globalExec@JSGlobalObject@JSC@@UAEPAVExecState@2@XZ
    144148    ?globalObjectCount@Heap@JSC@@QAEIXZ
     149    ?hasAccessors@PropertyDescriptor@JSC@@QBE_NXZ
    145150    ?hasInstance@JSObject@JSC@@UAE_NPAVExecState@2@VJSValue@2@1@Z
    146151    ?hasProperty@JSObject@JSC@@QBE_NPAVExecState@2@ABVIdentifier@2@@Z
     
    208213    ?retrieveCaller@Interpreter@JSC@@QBE?AVJSValue@2@PAVExecState@2@PAVInternalFunction@2@@Z
    209214    ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z
     215    ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z
    210216    ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z
    211217    ?setGCProtectNeedsLocking@Heap@JSC@@QAEXXZ
     
    213219    ?setMainThreadCallbacksPaused@WTF@@YAX_N@Z
    214220    ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z
     221    ?setter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
    215222    ?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z
    216223    ?sharedBuffer@Rep@UString@JSC@@QAEPAV?$CrossThreadRefCounted@V?$OwnFastMallocPtr@_W@WTF@@@WTF@@XZ
     
    223230    ?strtod@WTF@@YANPBDPAPAD@Z
    224231    ?substr@UString@JSC@@QBE?AV12@HH@Z
     232    ?symbolTableGet@JSVariableObject@JSC@@IAE_NABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    225233    ?synthesizePrototype@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z
    226234    ?thisObject@DebuggerCallFrame@JSC@@QBEPAVJSObject@2@XZ
Note: See TracChangeset for help on using the changeset viewer.