isContextThread 246 Source/bindings/v8/WorkerScriptController.cpp ASSERT(m_workerGlobalScope.isContextThread()); isContextThread 252 Source/bindings/v8/WorkerScriptController.cpp ASSERT(m_workerGlobalScope.isContextThread()); isContextThread 487 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(executionContext && executionContext->isContextThread()); isContextThread 859 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(executionContext && executionContext->isContextThread()); isContextThread 41 Source/core/dom/ActiveDOMObject.cpp ASSERT(!executionContext || executionContext->isContextThread()); isContextThread 56 Source/core/dom/ActiveDOMObject.cpp ASSERT(executionContext()->isContextThread()); isContextThread 4819 Source/core/dom/Document.cpp if (!isContextThread()) { isContextThread 4841 Source/core/dom/Document.cpp if (!isContextThread()) { isContextThread 920 Source/core/dom/Document.h virtual bool isContextThread() const OVERRIDE FINAL; isContextThread 265 Source/core/workers/WorkerGlobalScope.cpp if (!isContextThread()) { isContextThread 275 Source/core/workers/WorkerGlobalScope.cpp ASSERT(isContextThread()); isContextThread 107 Source/core/workers/WorkerGlobalScope.h virtual bool isContextThread() const OVERRIDE FINAL; isContextThread 141 Source/modules/filesystem/DOMFileSystem.h ASSERT(executionContext->isContextThread()); isContextThread 149 Source/modules/filesystem/DOMFileSystem.h ASSERT(executionContext->isContextThread()); isContextThread 157 Source/modules/filesystem/DOMFileSystem.h ASSERT(executionContext->isContextThread()); isContextThread 562 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 573 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 579 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 585 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 591 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 604 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 624 Source/modules/mediastream/RTCPeerConnection.cpp ASSERT(executionContext()->isContextThread()); isContextThread 109 Source/modules/webdatabase/Database.cpp ASSERT(executionContext()->isContextThread()); isContextThread 235 Source/modules/webdatabase/Database.cpp if (executionContext()->isContextThread()) isContextThread 49 Source/modules/webdatabase/DatabaseBackendSync.cpp ASSERT(m_databaseContext->isContextThread()); isContextThread 36 Source/modules/webdatabase/DatabaseBase.cpp ASSERT_UNUSED(executionContext, executionContext->isContextThread()); isContextThread 176 Source/modules/webdatabase/DatabaseContext.cpp ASSERT(isContextThread()); isContextThread 189 Source/modules/webdatabase/DatabaseContext.cpp ASSERT(isContextThread()); isContextThread 210 Source/modules/webdatabase/DatabaseContext.cpp ASSERT(isContextThread()); isContextThread 260 Source/modules/webdatabase/DatabaseContext.cpp return executionContext()->isContextThread(); isContextThread 72 Source/modules/webdatabase/DatabaseContext.h bool isContextThread() const; isContextThread 247 Source/modules/webdatabase/DatabaseManager.cpp ASSERT(context->isContextThread()); isContextThread 68 Source/modules/webdatabase/DatabaseSync.cpp ASSERT(executionContext()->isContextThread()); isContextThread 78 Source/modules/webdatabase/DatabaseSync.cpp ASSERT(executionContext()->isContextThread()); isContextThread 156 Source/modules/webdatabase/DatabaseSync.cpp ASSERT(executionContext()->isContextThread()); isContextThread 188 Source/modules/webdatabase/DatabaseSync.cpp ASSERT(executionContext()->isContextThread()); isContextThread 163 Source/modules/webdatabase/DatabaseTracker.cpp if (!executionContext->isContextThread()) isContextThread 171 Source/modules/webdatabase/DatabaseTracker.cpp ASSERT(database->databaseContext()->executionContext()->isContextThread()); isContextThread 184 Source/modules/webdatabase/DatabaseTracker.cpp if (!executionContext->isContextThread()) isContextThread 49 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(!m_callback || (m_executionContext.get() && m_executionContext->isContextThread())); isContextThread 67 Source/modules/webdatabase/SQLCallbackWrapper.h if (m_executionContext->isContextThread()) { isContextThread 81 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(!m_callback || m_executionContext->isContextThread()); isContextThread 99 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(m_callbackToRelease && context && context->isContextThread()); isContextThread 62 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 67 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(!m_database->executionContext() || m_database->executionContext()->isContextThread()); isContextThread 88 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 145 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 196 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 210 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 249 Source/modules/webdatabase/SQLTransactionBackendSync.cpp ASSERT(!m_database->executionContext() || m_database->executionContext()->isContextThread()); isContextThread 57 Source/modules/webdatabase/SQLTransactionClient.cpp if (!executionContext->isContextThread()) { isContextThread 69 Source/modules/webdatabase/SQLTransactionClient.cpp ASSERT(database->databaseContext()->executionContext()->isContextThread()); isContextThread 49 Source/modules/webdatabase/SQLTransactionSync.cpp ASSERT(m_database->executionContext()->isContextThread()); isContextThread 48 Source/platform/LifecycleContext.h virtual bool isContextThread() const { return true; } isContextThread 68 Source/platform/LifecycleContext.h ASSERT(isContextThread()); isContextThread 75 Source/platform/LifecycleContext.h ASSERT(isContextThread()); isContextThread 56 Source/web/DatabaseClientImpl.cpp ASSERT(executionContext->isContextThread());