isJSExecutionForbidden   69 Source/bindings/v8/V8AbstractEventListener.cpp     if (context->isJSExecutionForbidden())
isJSExecutionForbidden  921 Source/core/dom/Document.h     virtual bool isJSExecutionForbidden() const OVERRIDE FINAL { return false; }
isJSExecutionForbidden   71 Source/core/dom/ExecutionContext.h     bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); }
isJSExecutionForbidden   55 Source/core/dom/ExecutionContextClient.h     virtual bool isJSExecutionForbidden() const = 0;
isJSExecutionForbidden  108 Source/core/workers/WorkerGlobalScope.h         virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;