Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r15317 r17372 74 74 JSValue* exception() const { return m_exception; } 75 75 JSValue** exceptionSlot() { return &m_exception; } 76 bool hadException() const { return m_exception; }76 bool hadException() const { return !!m_exception; } 77 77 78 78 private:
Note:
See TracChangeset
for help on using the changeset viewer.