Changeset 153646 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Aug 2, 2013, 7:46:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r153612 r153646 52 52 } 53 53 54 #if USE(JSVALUE32_64) 54 55 EncodedExceptionHandler encode(ExceptionHandler handler) 55 56 { … … 58 59 return u.encodedHandler; 59 60 } 61 #endif 60 62 61 63 ExceptionHandler genericThrow(VM* vm, ExecState* callFrame, JSValue exceptionValue, unsigned vPCIndex)
Note:
See TracChangeset
for help on using the changeset viewer.