Changeset 52956 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jan 7, 2010, 4:15:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r52856 r52956 63 63 struct HashTable; 64 64 struct Instruction; 65 struct VPtrSet;66 65 67 66 struct DSTOffsetCache { … … 131 130 #endif 132 131 133 void* jsArrayVPtr; 134 void* jsByteArrayVPtr; 135 void* jsStringVPtr; 136 void* jsFunctionVPtr; 132 static void storeVPtrs(); 133 static JS_EXPORTDATA void* jsArrayVPtr; 134 static JS_EXPORTDATA void* jsByteArrayVPtr; 135 static JS_EXPORTDATA void* jsStringVPtr; 136 static JS_EXPORTDATA void* jsFunctionVPtr; 137 137 138 138 IdentifierTable* identifierTable; … … 195 195 void dumpSampleData(ExecState* exec); 196 196 private: 197 JSGlobalData(bool isShared , const VPtrSet&);197 JSGlobalData(bool isShared); 198 198 static JSGlobalData*& sharedInstanceInternal(); 199 199 void createNativeThunk();
Note:
See TracChangeset
for help on using the changeset viewer.