Changeset 77151 in webkit for trunk/Source/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Jan 31, 2011, 12:07:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/CallFrame.h
r77113 r77151 76 76 77 77 void clearException() { globalData().exception = JSValue(); } 78 JSValue exception() const { return globalData().exception ; }78 JSValue exception() const { return globalData().exception.get(); } 79 79 bool hadException() const { return globalData().exception; } 80 80
Note:
See TracChangeset
for help on using the changeset viewer.