Changeset 154159 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Aug 15, 2013, 7:42:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.cpp
r154156 r154159 2165 2165 if (!callFrame) { 2166 2166 // The entire stack has already been unwound. Nothing more to handle. 2167 return uncaughtExceptionHandler();2167 return encode(uncaughtExceptionHandler()); 2168 2168 } 2169 2169
Note:
See TracChangeset
for help on using the changeset viewer.