Changeset 147846 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Apr 6, 2013, 11:24:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r147818 r147846 55 55 #include <wtf/Forward.h> 56 56 #include <wtf/HashMap.h> 57 #include <wtf/RefCountedArray.h>58 57 #include <wtf/SimpleStats.h> 59 58 #include <wtf/ThreadSafeRefCounted.h> … … 83 82 class SourceProvider; 84 83 class SourceProviderCache; 85 struct StackFrame;86 84 class Stringifier; 87 85 class Structure; … … 331 329 332 330 JSValue exception; 333 RefCountedArray<StackFrame> exceptionStack;334 331 335 332 const ClassInfo* const jsArrayClassInfo;
Note:
See TracChangeset
for help on using the changeset viewer.