HomeSort by relevance Sort by last modified time
    Searched refs:forbidExecution (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
WorkerScriptController.h 62 // forbidExecution()/isExecutionForbidden() to guard against reentry into JS.
66 // Called on Worker thread when JS exits with termination exception caused by forbidExecution() request,
68 void forbidExecution();
WorkerScriptController.cpp 91 void WorkerScriptController::forbidExecution()
V8AbstractEventListener.cpp 169 static_cast<WorkerContext*>(context)->script()->forbidExecution();
WorkerContextExecutionProxy.cpp 207 m_workerContext->script()->forbidExecution();
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.h 67 // forbidExecution()/isExecutionForbidden() to guard against reentry into JS.
71 // Called on Worker thread when JS exits with termination exception caused by forbidExecution() request,
73 void forbidExecution();
WorkerScriptController.cpp 133 forbidExecution();
162 void WorkerScriptController::forbidExecution()
JSEventListener.cpp 138 static_cast<WorkerContext*>(scriptExecutionContext)->script()->forbidExecution();
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 129 // forbidExecution() couldn't be called from stop().
130 m_workerContext->script()->forbidExecution();

Completed in 47 milliseconds