Changeset 153646 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.h
- Timestamp:
- Aug 2, 2013, 7:46:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.h
r153612 r153646 45 45 }; 46 46 47 #if USE(JSVALUE32_64) 47 48 // EncodedExceptionHandler is used to convince the compiler to return an ExceptionHander 48 49 // struct in two registers for 32 bit builds. … … 55 56 56 57 EncodedExceptionHandler encode(ExceptionHandler); 58 #endif 57 59 58 60 ExceptionHandler genericThrow(VM*, ExecState*, JSValue exceptionValue, unsigned vPCIndex);
Note:
See TracChangeset
for help on using the changeset viewer.