Changeset 147872 in webkit for trunk/Source/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Apr 7, 2013, 11:47:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/CallFrame.h
r146089 r147872 69 69 70 70 void clearException() { globalData().exception = JSValue(); } 71 void clearSupplementaryExceptionInfo() 72 { 73 globalData().exceptionStack = RefCountedArray<StackFrame>(); 74 } 75 71 76 JSValue exception() const { return globalData().exception; } 72 77 bool hadException() const { return globalData().exception; }
Note:
See TracChangeset
for help on using the changeset viewer.