Changeset 48339 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 12, 2009, 8:10:36 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48338 r48339 1 2009-09-12 Oliver Hunt <[email protected]> 2 3 Reviewed by NOBODY (Build fix). 4 5 Build fix for windows exports. 6 7 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: 8 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def: 9 1 10 2009-09-12 Oliver Hunt <[email protected]> 2 11 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
r48270 r48339 139 139 ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z 140 140 ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 141 ?get PropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z142 ?get PropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z141 ?getOwnPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 142 ?getOwnPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 143 143 ?getSlice@ArgList@JSC@@QBEXHAAV12@@Z 144 144 ?getString@JSCell@JSC@@QBE?AVUString@2@XZ -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
r48270 r48339 139 139 ?getPropertyDescriptor@JSObject@JSC@@QAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertyDescriptor@2@@Z 140 140 ?getPropertyNames@JSObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 141 ?get PropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z142 ?get PropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z141 ?getOwnPropertyNames@JSVariableObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 142 ?getOwnPropertyNames@StringObject@JSC@@UAEXPAVExecState@2@AAVPropertyNameArray@2@@Z 143 143 ?getSlice@ArgList@JSC@@QBEXHAAV12@@Z 144 144 ?getString@JSCell@JSC@@QBE?AVUString@2@XZ
Note:
See TracChangeset
for help on using the changeset viewer.