Changeset 30492 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp
- Timestamp:
- Feb 22, 2008, 3:16:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.cpp
r30475 r30492 4302 4302 JSValue* result = m_tryBlock->execute(exec); 4303 4303 4304 if (Collector::isOutOfMemory())4305 return result; // don't try to catch an out of memory exception thrown by the collector4306 4307 4304 if (m_catchBlock && exec->completionType() == Throw) { 4308 4305 JSObject* obj = new JSObject;
Note:
See TracChangeset
for help on using the changeset viewer.