Changeset 46705 in webkit for trunk/JavaScriptCore/JavaScriptCore.vcproj
- Timestamp:
- Aug 2, 2009, 3:00:05 PM (16 years ago)
- Location:
- trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
r46702 r46705 136 136 ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z 137 137 ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@IAAVPropertySlot@2@@Z 138 ?getPrimitiveNumber@JSAPIValueWrapper@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z 138 139 ?getPrimitiveNumber@JSObject@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z 139 140 ?getPrimitiveNumber@JSString@JSC@@EAE_NPAVExecState@2@AANAAVJSValue@2@@Z … … 232 233 ?tlsKeyCount@WTF@@YAAAJXZ 233 234 ?tlsKeys@WTF@@YAPAKXZ 235 ?toBoolean@JSAPIValueWrapper@JSC@@UBE_NPAVExecState@2@@Z 234 236 ?toBoolean@JSObject@JSC@@UBE_NPAVExecState@2@@Z 235 237 ?toBoolean@JSString@JSC@@EBE_NPAVExecState@2@@Z 236 238 ?toInt32SlowCase@JSC@@YAHNAA_N@Z 239 ?toNumber@JSAPIValueWrapper@JSC@@UBENPAVExecState@2@@Z 237 240 ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z 238 241 ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z 242 ?toObject@JSAPIValueWrapper@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z 239 243 ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z 240 244 ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z 245 ?toPrimitive@JSAPIValueWrapper@JSC@@UBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z 241 246 ?toPrimitive@JSString@JSC@@EBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z 242 247 ?toStrictUInt32@UString@JSC@@QBEIPA_N@Z 248 ?toString@JSAPIValueWrapper@JSC@@UBE?AVUString@2@PAVExecState@2@@Z 243 249 ?toString@JSObject@JSC@@UBE?AVUString@2@PAVExecState@2@@Z 244 250 ?toString@JSString@JSC@@EBE?AVUString@2@PAVExecState@2@@Z -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
r46702 r46705 136 136 ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@ABVIdentifier@2@AAVPropertySlot@2@@Z 137 137 ?getOwnPropertySlot@StringObject@JSC@@UAE_NPAVExecState@2@IAAVPropertySlot@2@@Z 138 ?getPrimitiveNumber@JSAPIValueWrapper@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z 138 139 ?getPrimitiveNumber@JSObject@JSC@@UAE_NPAVExecState@2@AANAAVJSValue@2@@Z 139 140 ?getPrimitiveNumber@JSString@JSC@@EAE_NPAVExecState@2@AANAAVJSValue@2@@Z … … 232 233 ?tlsKeyCount@WTF@@YAAAJXZ 233 234 ?tlsKeys@WTF@@YAPAKXZ 235 ?toBoolean@JSAPIValueWrapper@JSC@@UBE_NPAVExecState@2@@Z 234 236 ?toBoolean@JSObject@JSC@@UBE_NPAVExecState@2@@Z 235 237 ?toBoolean@JSString@JSC@@EBE_NPAVExecState@2@@Z 236 238 ?toInt32SlowCase@JSC@@YAHNAA_N@Z 239 ?toNumber@JSAPIValueWrapper@JSC@@UBENPAVExecState@2@@Z 237 240 ?toNumber@JSObject@JSC@@UBENPAVExecState@2@@Z 238 241 ?toNumber@JSString@JSC@@EBENPAVExecState@2@@Z 242 ?toObject@JSAPIValueWrapper@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z 239 243 ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z 240 244 ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z 245 ?toPrimitive@JSAPIValueWrapper@JSC@@UBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z 241 246 ?toPrimitive@JSString@JSC@@EBE?AVJSValue@2@PAVExecState@2@W4PreferredPrimitiveType@2@@Z 242 247 ?toStrictUInt32@UString@JSC@@QBEIPA_N@Z 248 ?toString@JSAPIValueWrapper@JSC@@UBE?AVUString@2@PAVExecState@2@@Z 243 249 ?toString@JSObject@JSC@@UBE?AVUString@2@PAVExecState@2@@Z 244 250 ?toString@JSString@JSC@@EBE?AVUString@2@PAVExecState@2@@Z
Note:
See TracChangeset
for help on using the changeset viewer.