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

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

Windows build fix: Nixed JSImmediate::prototype, JSImmediate::toObject,
and JSImmediate::toThisObject, and removed their exported symbols.

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
  • runtime/JSImmediate.cpp:
  • runtime/JSImmediate.h:
Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore
Files:
2 edited

Legend:

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

    r46601 r46702  
    192192    ?protectedObjectCount@Heap@JSC@@QAEIXZ
    193193    ?protectedObjectTypeCounts@Heap@JSC@@QAEPAV?$HashCountedSet@PBDU?$PtrHash@PBD@WTF@@U?$HashTraits@PBD@2@@WTF@@XZ
    194     ?prototype@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    195194    ?put@JSCell@JSC@@UAEXPAVExecState@2@ABVIdentifier@2@VJSValue@2@AAVPutPropertySlot@2@@Z
    196195    ?put@JSCell@JSC@@UAEXPAVExecState@2@IVJSValue@2@@Z
     
    238237    ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z
    239238    ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z
    240     ?toObject@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    241239    ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    242240    ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
     
    250248    ?toThisJSString@StringObject@JSC@@EAEPAVJSString@2@PAVExecState@2@@Z
    251249    ?toThisObject@JSCell@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z
    252     ?toThisObject@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    253250    ?toThisObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    254251    ?toThisObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r46601 r46702  
    192192    ?protectedObjectCount@Heap@JSC@@QAEIXZ
    193193    ?protectedObjectTypeCounts@Heap@JSC@@QAEPAV?$HashCountedSet@PBDU?$PtrHash@PBD@WTF@@U?$HashTraits@PBD@2@@WTF@@XZ
    194     ?prototype@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    195194    ?put@JSCell@JSC@@UAEXPAVExecState@2@ABVIdentifier@2@VJSValue@2@AAVPutPropertySlot@2@@Z
    196195    ?put@JSCell@JSC@@UAEXPAVExecState@2@IVJSValue@2@@Z
     
    238237    ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z
    239238    ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z
    240     ?toObject@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    241239    ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    242240    ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
     
    250248    ?toThisJSString@StringObject@JSC@@EAEPAVJSString@2@PAVExecState@2@@Z
    251249    ?toThisObject@JSCell@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z
    252     ?toThisObject@JSImmediate@JSC@@CAPAVJSObject@2@VJSValue@2@PAVExecState@2@@Z
    253250    ?toThisObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
    254251    ?toThisObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
Note: See TracChangeset for help on using the changeset viewer.