Home
last modified time | relevance | path

Searched refs:reportException (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp133 reportException(m_exec, m_exec->exception()); in call()
147 reportException(m_exec, m_exec->exception()); in call()
171 reportException(m_exec, m_exec->exception()); in construct()
185 reportException(m_exec, m_exec->exception()); in construct()
219 reportException(m_exec, m_exec->exception()); in call()
DJSDOMBinding.cpp284 void reportException(ExecState* exec, JSValue exception) in reportException() function
306 …scriptExecutionContext->reportException(ustringToString(errorMessage), lineNumber, ustringToString… in reportException()
313 reportException(exec, exception); in reportCurrentException()
DScriptObject.cpp58 reportException(scriptState, scriptState->exception()); in handleException()
DWorkerScriptController.cpp111 reportException(m_workerContextWrapper->globalExec(), exception.jsValue()); in evaluate()
DScriptController.cpp157 reportException(exec, comp.value()); in evaluateInWorld()
DJSDOMBinding.h204 void reportException(JSC::ExecState*, JSC::JSValue exception);
/external/webkit/Source/WebCore/bindings/v8/
DWorkerScriptController.cpp80 … m_workerContext->reportException(state.errorMessage, state.lineNumber, state.sourceURL, 0); in evaluate()
DWorkerContextExecutionProxy.cpp76 context->reportException(errorMessage, lineNumber, sourceURL, 0); in v8MessageHandler()
DV8DOMWindowShell.cpp126 … document->reportException(errorMessage, message->GetLineNumber(), resourceNameString, callStack); in v8UncaughtExceptionHandler()
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerClientImpl.cpp251 m_scriptExecutionContext->reportException(errorMessage, lineNumber, sourceURL, 0); in postExceptionToWorkerObject()
385 thisPtr->m_scriptExecutionContext->reportException(errorMessage, lineNumber, sourceURL, 0); in postExceptionToWorkerObjectTask()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundle.cpp271 void InjectedBundle::reportException(JSContextRef context, JSValueRef exception) in reportException() function in WebKit::InjectedBundle
283 WebCore::reportException(execState, toJS(execState, exception)); in reportException()
DInjectedBundle.h127 static void reportException(JSContextRef, JSValueRef exception);
/external/webkit/Source/WebCore/dom/
DScriptExecutionContext.h95 …void reportException(const String& errorMessage, int lineNumber, const String& sourceURL, PassRefP…
DScriptExecutionContext.cpp321 void ScriptExecutionContext::reportException(const String& errorMessage, int lineNumber, const Stri… in reportException() function in WebCore::ScriptExecutionContext
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundle.cpp143 InjectedBundle::reportException(context, exception); in WKBundleReportException()
/external/chromium/chrome/browser/
Dchrome_browser_application_mac.mm341 - (void)reportException:(NSException *)anException {
344 // |reportException|, we'll stop reporting exceptions for this run.
391 [super reportException:anException];
/external/webkit/Source/WebCore/workers/
DWorkerMessagingProxy.cpp134 context->reportException(m_errorMessage, m_lineNumber, m_sourceURL, 0); in performTask()
DDefaultSharedWorkerRepository.cpp159 context->reportException(errorMessage, lineNumber, sourceURL, 0); in postExceptionTask()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebViewPrivate.idl239 [local] HRESULT reportException([in] JSContextRef context, [in] JSValueRef exception);
/external/webkit/Source/WebKit/win/
DWebView.h717 virtual HRESULT STDMETHODCALLTYPE reportException(
DWebView.cpp5698 HRESULT STDMETHODCALLTYPE WebView::reportException( in reportException() function in WebView
5712 WebCore::reportException(execState, toJS(execState, exception)); in reportException()
DChangeLog4700 * Interfaces/IWebViewPrivate.idl: Add a reportException function off of IWebViewPrivate.
4703 …(WebView::reportException): Make sure the function was called with a context from a WebView, and c…
4704 WebCore::reportException.
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm565 reportException(execState, toJS(execState, exception));
/external/webkit/Source/WebCore/
DChangeLog-2010-01-29682 (WebCore::reportException):
1114 (WebCore::reportException):
1183 (WebCore::reportException):
23226 (WebCore::reportException): Added an extra check to avoid crashes during frame teardown.
28335 (WebCore::SharedScriptContext::reportException):
36179 (WebCore::reportException):
40708 (WebCore::reportException):
44856 reportException which allows the user/developer to get a more detailed
44871 (WebCore::reportException):
53287 (WebCore::WorkerContext::reportException):
[all …]
DChangeLog-2010-05-247210 Expose WebCore::reportException and WebCore::toJSDOMWindow symbols.
7214 * WebCore.base.exp: Expose reportException and toJSDOMWindow.
21228 (WebCore::reportException):
25517 (WebCore::Document::reportException):
25800 (WebCore::reportException):
26396 (WebCore::WorkerContext::reportException):
26815 (WebCore::WorkerContext::reportException):
26992 (WebCore::WorkerContext::reportException):
33067 … (WebCore::V8AbstractEventListener::invokeEventHandler): Removed explicit call to reportException.
33068 * bindings/v8/V8Utilities.cpp: reportException function was removed since it's not used.

12