Changeset 48077 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 4, 2009, 2:54:25 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48076 r48077 1 2009-09-04 Steve Falkenburg <[email protected]> 2 3 Windows build fix. 4 5 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Add new export. 6 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def: Add new export. 7 1 8 2009-09-04 Steve Falkenburg <[email protected]> 2 9 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
r48076 r48077 179 179 ?markChildren@JSGlobalObject@JSC@@UAEXAAVMarkStack@2@@Z 180 180 ?markChildren@JSObject@JSC@@UAEXAAVMarkStack@2@@Z 181 ?markChildren@JSWrapperObject@JSC@@EAEXAAVMarkStack@2@@Z 181 182 ?materializePropertyMap@Structure@JSC@@AAEXXZ 182 183 ?name@InternalFunction@JSC@@QAEABVUString@2@PAVJSGlobalData@2@@Z -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
r48076 r48077 179 179 ?markChildren@JSGlobalObject@JSC@@UAEXAAVMarkStack@2@@Z 180 180 ?markChildren@JSObject@JSC@@UAEXAAVMarkStack@2@@Z 181 ?markChildren@JSWrapperObject@JSC@@EAEXAAVMarkStack@2@@Z 181 182 ?materializePropertyMap@Structure@JSC@@AAEXXZ 182 183 ?name@InternalFunction@JSC@@QAEABVUString@2@PAVJSGlobalData@2@@Z
Note:
See TracChangeset
for help on using the changeset viewer.