Changeset 43479 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- May 10, 2009, 9:30:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r43471 r43479 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 45 45 namespace JSC { 46 46 47 class ArgList;48 47 class CommonIdentifiers; 49 48 class FunctionBodyNode; 50 class Heap;51 49 class IdentifierTable; 52 50 class Instruction; … … 56 54 class Lexer; 57 55 class Parser; 58 class ParserRefCounted;59 56 class ScopeNode; 60 57 class Structure; … … 148 145 HashSet<JSObject*> arrayVisitedElements; 149 146 150 Vector<RefPtr<ParserRefCounted> > parserArena;151 147 ScopeNode* scopeNodeBeingReparsed; 152 148 … … 156 152 void createNativeThunk(); 157 153 }; 154 158 155 } // namespace JSC 159 156
Note:
See TracChangeset
for help on using the changeset viewer.