Changeset 77098 in webkit for trunk/Source/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Jan 30, 2011, 5:13:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/CallFrame.h
r77044 r77098 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.