Changeset 38349 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Nov 12, 2008, 4:48:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r38137 r38349 68 68 JSValue* exception; 69 69 #if ENABLE(CTI) 70 void* throwReturnAddress;70 void* exceptionLocation; 71 71 #endif 72 72
Note:
See TracChangeset
for help on using the changeset viewer.