Changeset 47838 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 27, 2009, 3:05:04 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r47834 r47838 1 2009-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 1 8 2009-08-27 Gavin Barraclough <[email protected]> 2 9 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
r47806 r47838 137 137 ?getPropertyAttributes@JSObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z 138 138 ?getPropertyAttributes@JSVariableObject@JSC@@UBE_NPAVExecState@2@ABVIdentifier@2@AAI@Z 139 ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z 139 140 ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 140 141 ?getPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z … … 214 215 ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z 215 216 ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z 217 ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z 216 218 ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z 217 219 ?setGCProtectNeedsLocking@Heap@JSC@@QAEXXZ … … 219 221 ?setMainThreadCallbacksPaused@WTF@@YAX_N@Z 220 222 ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z 223 ?setUndefined@PropertyDescriptor@JSC@@QAEXXZ 221 224 ?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z 222 225 ?setter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ … … 230 233 ?strtod@WTF@@YANPBDPAPAD@Z 231 234 ?substr@UString@JSC@@QBE?AV12@HH@Z 235 ?symbolTableGet@JSVariableObject@JSC@@IAE_NABVIdentifier@2@AAVPropertyDescriptor@2@@Z 232 236 ?synthesizePrototype@JSValue@JSC@@ABEPAVJSObject@2@PAVExecState@2@@Z 233 237 ?thisObject@DebuggerCallFrame@JSC@@QBEPAVJSObject@2@XZ
Note:
See TracChangeset
for help on using the changeset viewer.