Home
last modified time | relevance | path

Searched refs:forbidExecution (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/dom/
DWorkerThread.cpp109 m_workerContext->script()->forbidExecution(); in workerThread()
146 m_workerContext->script()->forbidExecution(); in stop()
/external/webkit/WebCore/bindings/js/
DWorkerScriptController.h61 void forbidExecution();
DWorkerScriptController.cpp102 void WorkerScriptController::forbidExecution() in forbidExecution() function in WebCore::WorkerScriptController
/external/webkit/WebCore/
DChangeLog2974 * dom/WorkerThread.cpp: (WebCore::WorkerThread::workerThread): Call forbidExecution() if
18436 (WebCore::WorkerScriptController::forbidExecution):
20763 (WebCore::WorkerScriptController::forbidExecution):
20765 Added a forbidExecution() method, which interrupts currently running JS, and makes any