Searched defs:ExceptionHandler (Results 1 - 7 of 7) sorted by last modified time

/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h145 typedef void (ExceptionHandler)(void* data, const NPUTF8* message); typedef in class:WebKit::WebBindings
149 WEBKIT_API static void pushExceptionHandler(ExceptionHandler, void* data);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp1034 struct ExceptionHandler { struct in namespace:JSC
1038 static ExceptionHandler jitThrow(JSGlobalData* globalData, CallFrame* callFrame, JSValue exceptionValue, ReturnAddressPtr faultLocation)
1049 ExceptionHandler exceptionHandler = { catchRoutine, callFrame };
1369 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), ReturnAddressPtr(callFrame->returnPC()));
1991 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
2006 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
2050 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
2065 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
3220 ExceptionHandler handler = jitThrow(stackFrame.globalData, stackFrame.callFrame, stackFrame.args[0].jsValue(), STUB_RETURN_ADDRESS);
3567 ExceptionHandler handle
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8NPUtils.h53 // The ExceptionHandler will be notified of any exceptions thrown while
55 typedef void (*ExceptionHandler)(void* data, const NPUTF8* message); typedef in namespace:WebCore
56 void pushExceptionHandler(ExceptionHandler, void* data);
60 // current ExceptionHandler.
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
71 const MCSymbol *ExceptionHandler; member in struct:llvm::MCWin64EHUnwindInfo
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp147 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) function
189 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 447 milliseconds