Changeset 15317 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Jul 10, 2006, 5:26:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r15125 r15317 73 73 void clearException() { m_exception = 0; } 74 74 JSValue* exception() const { return m_exception; } 75 JSValue** exceptionSlot() { return &m_exception; } 75 76 bool hadException() const { return m_exception; } 76 77
Note:
See TracChangeset
for help on using the changeset viewer.