Ignore:
Timestamp:
Jun 19, 2008, 10:29:29 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Darin.

Prepare JavaScript heap for being per-thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/ExecState.h

    r34615 r34659  
    2626
    2727#include "JSGlobalData.h"
    28 #include "LabelStack.h"
    29 #include "completion.h"
    30 #include "list.h"
    3128#include "ScopeChain.h"
    3229
     
    9289        static const HashTable* stringTable(ExecState* exec) { return exec->m_globalData->stringTable; }
    9390
     91        Heap* heap() const { return m_globalData->heap; }
     92
    9493    private:
    9594        // Default constructor required for gcc 3.
Note: See TracChangeset for help on using the changeset viewer.