Changeset 40993 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Feb 13, 2009, 3:28:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r39958 r40993 47 47 class Heap; 48 48 class IdentifierTable; 49 class Instruction; 49 50 class Interpreter; 50 51 class JSGlobalObject; … … 71 72 void makeUsableFromMultipleThreads() { heap.makeUsableFromMultipleThreads(); } 72 73 #endif 74 75 const Vector<Instruction>& numericCompareFunction(ExecState*); 76 Vector<Instruction> lazyNumericCompareFunction; 77 bool initializingLazyNumericCompareFunction; 73 78 74 79 Interpreter* interpreter;
Note:
See TracChangeset
for help on using the changeset viewer.