Home | History | Annotate | Download | only in workers

Lines Matching refs:m_scriptExecutionContext

218     : m_scriptExecutionContext(workerObject->scriptExecutionContext())
225 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
226 || (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext.get())->thread()->threadID()));
232 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
233 || (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext.get())->thread()->threadID()));
245 m_scriptExecutionContext->postTask(MessageWorkerTask::create(message, channels.release(), this));
272 ASSERT(m_scriptExecutionContext->isDocument());
273 m_scriptExecutionContext->postTask(task);
278 m_scriptExecutionContext->postTask(WorkerExceptionTask::create(errorMessage, lineNumber, sourceURL, this));
290 m_scriptExecutionContext->postTask(createCallbackTask(&postConsoleMessageTask, this, destination, source, type, level, message, lineNumber, sourceURL));
323 m_scriptExecutionContext->postTask(WorkerContextDestroyedTask::create(this));
330 m_scriptExecutionContext->postTask(WorkerTerminateTask::create(this));
355 m_scriptExecutionContext->postTask(WorkerThreadActivityReportTask::create(this, true, hasPendingActivity));
361 m_scriptExecutionContext->postTask(WorkerThreadActivityReportTask::create(this, false, hasPendingActivity));