Ignore:
Timestamp:
Jul 14, 2008, 4:28:57 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff Garen.

Eliminate per-thread JavaScript global data instance support and make arbitrary
global data/global object combinations possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r35148 r35159  
    100100__ZN3KJS12DateInstance4infoE
    101101__ZN3KJS12JSGlobalData14sharedInstanceEv
    102 __ZN3KJS12JSGlobalData14threadInstanceEv
     102__ZN3KJS12JSGlobalDataC1Eb
     103__ZN3KJS12JSGlobalDataD1Ev
    103104__ZN3KJS12PropertySlot15undefinedGetterEPNS_9ExecStateERKNS_10IdentifierERKS0_
    104105__ZN3KJS12StringObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
     
    124125__ZN3KJS14JSGlobalObject4markEv
    125126__ZN3KJS14JSGlobalObjectD2Ev
    126 __ZN3KJS14JSGlobalObjectnwEm
    127 __ZN3KJS14JSGlobalObjectnwEmNS0_9SharedTagE
     127__ZN3KJS14JSGlobalObjectnwEmPNS_12JSGlobalDataE
    128128__ZN3KJS14constructArrayEPNS_9ExecStateERKNS_7ArgListE
    129129__ZN3KJS15JSWrapperObject4markEv
     
    174174__ZN3KJS6JSLock12DropAllLocksC1Eb
    175175__ZN3KJS6JSLock12DropAllLocksD1Ev
    176 __ZN3KJS6JSLock14registerThreadEv
    177176__ZN3KJS6JSLock4lockEb
    178177__ZN3KJS6JSLock6unlockEb
Note: See TracChangeset for help on using the changeset viewer.