Home | History | Annotate | Download | only in serviceworkers

Lines Matching full:executioncontext

13 #include "core/dom/ExecutionContext.h"
30 ExecutionContext* executionContext = observer->executionContext();
31 return adoptPtr(new ThenFunction(toIsolate(executionContext), observer, type));
58 PassRefPtr<RespondWithObserver> RespondWithObserver::create(ExecutionContext* context, int eventID)
93 if (!executionContext())
95 ServiceWorkerGlobalScopeClient::from(executionContext())->didHandleFetchEvent(m_eventID, response);
107 if (!executionContext())
109 if (!V8Response::hasInstance(value.v8Value(), toIsolate(executionContext()))) {
117 RespondWithObserver::RespondWithObserver(ExecutionContext* context, int eventID)