Changeset 47838 in webkit for trunk/JavaScriptCore


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

Build fix: JavaScriptCore_debug.def missing some exports. Apple
Windows build does not use this file, so it was not noticed previously.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r47834 r47838  
     12009-08-27  Brent Fulgham  <[email protected]>
     2
     3        Build fix: JavaScriptCore_debug.def missing some exports.  Apple
     4        Windows build does not use this file, so it was not noticed previously.
     5
     6        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
     7
    182009-08-27  Gavin Barraclough  <[email protected]>
    29
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def

    r47806 r47838  
    137137    ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
    138138    ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z
     139    ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    139140    ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
    140141    ?getPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z
     
    214215    ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z
    215216    ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z
     217    ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z
    216218    ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z
    217219    ?setGCProtectNeedsLocking@Heap@JSC@@QAEXXZ
     
    219221    ?setMainThreadCallbacksPaused@WTF@@YAX_N@Z
    220222    ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z
     223    ?setUndefined@PropertyDescriptor@JSC@@QAEXXZ
    221224    ?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z
    222225    ?setter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
     
    230233    ?strtod@WTF@@YANPBDPAPAD@Z
    231234    ?substr@UString@JSC@@QBE?AV12@HH@Z
     235    ?symbolTableGet@JSVariableObject@JSC@@IAE_NABVIdentifier@2@AAVPropertyDescriptor@2@@Z
    232236    ?synthesizePrototype@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z
    233237    ?thisObject@DebuggerCallFrame@JSC@@QBEPAVJSObject@2@XZ
Note: See TracChangeset for help on using the changeset viewer.