Home | History | Annotate | Download | only in v8

Lines Matching refs:context

40 ActiveDOMCallback::ActiveDOMCallback(ExecutionContext* context)
41 : ContextLifecycleObserver(context)
51 ExecutionContext* context = executionContext();
52 return context && !context->activeDOMObjectsAreSuspended() && !context->activeDOMObjectsAreStopped();
57 ExecutionContext* context = executionContext();
58 if (context && context->isWorkerGlobalScope()) {
59 WorkerScriptController* scriptController = toWorkerGlobalScope(context)->script();