Ignore:
Timestamp:
Aug 2, 2009, 3:00:05 PM (16 years ago)
Author:
[email protected]
Message:

2009-08-02 Geoffrey Garen <[email protected]>

Windows build fix.

Exported symbols for JSAPIValueWrapper.

Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r46702 r46705  
    136136    ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z
    137137    ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@IAAVPropertySlot@2@@Z
     138    ?getPrimitiveNumber@JSAPIValueWrapper@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z
    138139    ?getPrimitiveNumber@JSObject@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z
    139140    ?getPrimitiveNumber@JSString@JSC@@EAE_NPAVExecState@2@AANAAVJSValue@2@@Z
     
    232233    ?tlsKeyCount@WTF@@YAAAJXZ
    233234    ?tlsKeys@WTF@@YAPAKXZ
     235    ?toBoolean@JSAPIValueWrapper@JSC@@UBE_NPAVExecState@2@@Z
    234236    ?toBoolean@JSObject@JSC@@UBE_NPAVExecState@2@@Z
    235237    ?toBoolean@JSString@JSC@@EBE_NPAVExecState@2@@Z
    236238    ?toInt32SlowCase@JSC@@YAHNAA_N@Z
     239    ?toNumber@JSAPIValueWrapper@JSC@@UBENPAVExecState@2@@Z
    237240    ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z
    238241    ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z
     242    ?toObject@JSAPIValueWrapper@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z
    239243    ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    240244    ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
     245    ?toPrimitive@JSAPIValueWrapper@JSC@@UBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z
    241246    ?toPrimitive@JSString@JSC@@EBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z
    242247    ?toStrictUInt32@UString@JSC@@QBEIPA_N@Z
     248    ?toString@JSAPIValueWrapper@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
    243249    ?toString@JSObject@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
    244250    ?toString@JSString@JSC@@EBE?AVUString@2@PAVExecState@2@@Z
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r46702 r46705  
    136136    ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z
    137137    ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@IAAVPropertySlot@2@@Z
     138    ?getPrimitiveNumber@JSAPIValueWrapper@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z
    138139    ?getPrimitiveNumber@JSObject@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z
    139140    ?getPrimitiveNumber@JSString@JSC@@EAE_NPAVExecState@2@AANAAVJSValue@2@@Z
     
    232233    ?tlsKeyCount@WTF@@YAAAJXZ
    233234    ?tlsKeys@WTF@@YAPAKXZ
     235    ?toBoolean@JSAPIValueWrapper@JSC@@UBE_NPAVExecState@2@@Z
    234236    ?toBoolean@JSObject@JSC@@UBE_NPAVExecState@2@@Z
    235237    ?toBoolean@JSString@JSC@@EBE_NPAVExecState@2@@Z
    236238    ?toInt32SlowCase@JSC@@YAHNAA_N@Z
     239    ?toNumber@JSAPIValueWrapper@JSC@@UBENPAVExecState@2@@Z
    237240    ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z
    238241    ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z
     242    ?toObject@JSAPIValueWrapper@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z
    239243    ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    240244    ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
     245    ?toPrimitive@JSAPIValueWrapper@JSC@@UBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z
    241246    ?toPrimitive@JSString@JSC@@EBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z
    242247    ?toStrictUInt32@UString@JSC@@QBEIPA_N@Z
     248    ?toString@JSAPIValueWrapper@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
    243249    ?toString@JSObject@JSC@@UBE?AVUString@2@PAVExecState@2@@Z
    244250    ?toString@JSString@JSC@@EBE?AVUString@2@PAVExecState@2@@Z
Note: See TracChangeset for help on using the changeset viewer.