Changeset 44748 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Jun 16, 2009, 4:35:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r44711 r44748 2329 2329 if (!handler) { 2330 2330 *stackFrame.exception = exceptionValue; 2331 #if !(PLATFORM(x86) || PLATFORM(x86_64)) 2332 // Termporarily disable this on x86 platforms. 2331 2333 STUB_SET_RETURN_ADDRESS(reinterpret_cast<void*>(ctiOpThrowNotCaught)); 2334 #endif 2332 2335 return JSValue::encode(jsNull()); 2333 2336 }
Note:
See TracChangeset
for help on using the changeset viewer.