Changeset 39951 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jan 15, 2009, 3:49:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r39670 r39951 47 47 class Heap; 48 48 class IdentifierTable; 49 class Interpreter; 49 50 class JSGlobalObject; 50 51 class JSObject; 51 52 class Lexer; 52 class Interpreter;53 53 class Parser; 54 54 class ParserRefCounted; 55 class ScopeNode; 55 56 class Structure; 56 57 class UString; … … 121 122 HashSet<JSObject*> arrayVisitedElements; 122 123 124 ScopeNode* scopeNodeBeingReparsed; 125 123 126 Heap heap; 124 127 #if ENABLE(ASSEMBLER)
Note:
See TracChangeset
for help on using the changeset viewer.