Searched refs:rethrowExceptionFromImportedScript (Results 1 – 3 of 3) sorted by relevance
79 void rethrowExceptionFromImportedScript(PassRefPtr<ErrorEvent>);
247 void WorkerScriptController::rethrowExceptionFromImportedScript(PassRefPtr<ErrorEvent> errorEvent) in rethrowExceptionFromImportedScript() function in WebCore::WorkerScriptController
229 m_script->rethrowExceptionFromImportedScript(errorEvent.release()); in importScripts()