Searched refs:isJSExecutionForbidden (Results 1 – 5 of 5) sorted by relevance
69 virtual bool isJSExecutionForbidden() const { return false; } in isJSExecutionForbidden() function
908 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL { return false; } in isJSExecutionForbidden() function
109 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
297 bool WorkerGlobalScope::isJSExecutionForbidden() const in isJSExecutionForbidden() function in blink::WorkerGlobalScope
83 if (scriptState()->executionContext()->isJSExecutionForbidden()) in handleEvent()