Ignore:
Timestamp:
Apr 25, 2008, 7:02:31 PM (17 years ago)
Author:
[email protected]
Message:

2008-04-25 Sam Weinig <[email protected]>

Rubber-stamped by Mark Rowe.

Remove SavedBuiltins and SavedProperties classes and the methods used to
save data to them. The CachedPage now stores a the JSGlobalObject in full.

  • JavaScriptCore.exp:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • kjs/JSGlobalObject.cpp:
  • kjs/JSGlobalObject.h:
  • kjs/JSVariableObject.cpp:
  • kjs/JSVariableObject.h: (KJS::JSVariableObject::localStorage):
  • kjs/SavedBuiltins.h: Removed.
  • kjs/object.h:
  • kjs/property_map.cpp:
  • kjs/property_map.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r32495 r32587  
    9595__ZN3KJS11PropertyMap11getLocationERKNS_10IdentifierE
    9696__ZN3KJS11PropertyMap5clearEv
    97 __ZN3KJS11PropertyMap7restoreERKNS_15SavedPropertiesE
    9897__ZN3KJS11PropertyMapD1Ev
    9998__ZN3KJS12DateInstance4infoE
     
    104103__ZN3KJS13jsOwnedStringERKNS_7UStringE
    105104__ZN3KJS14JSGlobalObject10globalExecEv
    106 __ZN3KJS14JSGlobalObject15restoreBuiltinsERKNS_13SavedBuiltinsE
    107105__ZN3KJS14JSGlobalObject16stopTimeoutCheckEv
    108106__ZN3KJS14JSGlobalObject17putWithAttributesEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueEj
     
    124122__ZN3KJS15GlobalExecStateC1EPNS_14JSGlobalObjectEPNS_8JSObjectE
    125123__ZN3KJS15JSWrapperObject4markEv
    126 __ZN3KJS15SavedPropertiesC1Ev
    127 __ZN3KJS15SavedPropertiesD1Ev
    128124__ZN3KJS16JSVariableObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
    129125__ZN3KJS16JSVariableObject16getPropertyNamesEPNS_9ExecStateERNS_17PropertyNameArrayE
    130 __ZN3KJS16JSVariableObject19restoreLocalStorageERKNS_15SavedPropertiesE
    131126__ZN3KJS16ParserRefCounted3refEv
    132127__ZN3KJS16ParserRefCounted5derefEv
     
    238233__ZN3WTF8fastFreeEPv
    239234__ZNK3KJS11PropertyMap3getERKNS_10IdentifierE
    240 __ZNK3KJS11PropertyMap4saveERNS_15SavedPropertiesE
    241235__ZNK3KJS12DateInstance7getTimeERdRi
    242236__ZNK3KJS13ArrayInstance7getItemEj
    243 __ZNK3KJS14JSGlobalObject12saveBuiltinsERNS_13SavedBuiltinsE
    244237__ZNK3KJS14JSGlobalObject14isDynamicScopeEv
    245238__ZNK3KJS14JSGlobalObject14toGlobalObjectEPNS_9ExecStateE
    246239__ZNK3KJS16JSVariableObject16isVariableObjectEv
    247 __ZNK3KJS16JSVariableObject16saveLocalStorageERNS_15SavedPropertiesE
    248240__ZNK3KJS16JSVariableObject21getPropertyAttributesERKNS_10IdentifierERj
    249241__ZNK3KJS19InternalFunctionImp14implementsCallEv
Note: See TracChangeset for help on using the changeset viewer.