/external/webkit/JavaScriptCore/runtime/ |
D | JSNotAnObject.cpp | 42 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in toPrimitive() 48 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in getPrimitiveNumber() 54 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in toBoolean() 60 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in toNumber() 66 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in toString() 72 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in toObject() 87 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in getOwnPropertySlot() 93 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in getOwnPropertySlot() 99 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in put() 104 ASSERT_UNUSED(exec, exec->hadException() && exec->exception() == m_exception); in put() [all …]
|
D | Collector.cpp | 166 ASSERT_UNUSED(error, !error); in destroy() 278 ASSERT_UNUSED(s, s <= HeapConstants<heapType>::cellSize); in heapAllocate()
|
/external/webkit/WebCore/loader/icon/ |
D | IconFetcher.cpp | 189 ASSERT_UNUSED(handle, m_handle == handle); in didReceiveResponse() 200 ASSERT_UNUSED(handle, m_handle == handle); in didReceiveData() 207 ASSERT_UNUSED(handle, m_handle == handle); in didFinishLoading() 225 ASSERT_UNUSED(handle, m_handle == handle); in didFail()
|
/external/webkit/JavaScriptCore/wtf/ |
D | Assertions.h | 149 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro 174 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
|
D | TCSystemAlloc.cpp | 424 …ASSERT_UNUSED(newAddress, newAddress == start || newAddress == reinterpret_cast<void*>(MAP_FAILED)… in TCMalloc_SystemRelease()
|
/external/webkit/JavaScriptCore/jit/ |
D | ExecutableAllocatorPosix.cpp | 51 ASSERT_UNUSED(result, !result); in systemRelease()
|
/external/webkit/WebCore/bindings/js/ |
D | JSWebKitCSSMatrixConstructor.cpp | 41 ASSERT_UNUSED(context, context->isDocument()); in JSWebKitCSSMatrixConstructor()
|
/external/webkit/WebCore/platform/ |
D | Timer.cpp | 139 ASSERT_UNUSED(offset, m_index + offset >= 0); in checkConsistency() 140 … ASSERT_UNUSED(offset, m_index + offset <= (timerHeap ? static_cast<int>(timerHeap->size()) : 0)); in checkConsistency()
|
/external/webkit/WebCore/dom/ |
D | Worker.cpp | 119 ASSERT_UNUSED(unusedResource, unusedResource == m_cachedScript); in notifyFinished()
|
D | XMLTokenizer.cpp | 280 ASSERT_UNUSED(unusedResource, unusedResource == m_pendingScript); in notifyFinished()
|
D | MessagePort.cpp | 57 ASSERT_UNUSED(unusedContext, unusedContext == m_port->scriptExecutionContext()); in performTask()
|
/external/webkit/WebCore/rendering/ |
D | RenderView.cpp | 168 ASSERT_UNUSED(repaintContainer, !repaintContainer || repaintContainer == this); in localToContainerQuad() 265 ASSERT_UNUSED(repaintContainer, !repaintContainer || repaintContainer == this); in computeRectForRepaint()
|
D | RenderListMarker.cpp | 511 ASSERT_UNUSED(unusedIsRootLineBox, !unusedIsRootLineBox); in createInlineBox()
|
D | RenderText.cpp | 989 ASSERT_UNUSED(unusedIsRootLineBox, !unusedIsRootLineBox); in createInlineBox()
|
D | RenderThemeMac.mm | 80 …ASSERT_UNUSED(unusedNotification, [[unusedNotification name] isEqualToString:NSSystemColorsDidChan…
|
D | RenderObject.cpp | 2563 ASSERT_UNUSED(unusedIsRootLineBox, !unusedIsRootLineBox); in createInlineBox()
|
/external/webkit/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 347 ASSERT_UNUSED(unusedNumBytes, static_cast<int>(sizeof(userVersionSQL)) >= unusedNumBytes); in verifySchemaVersion() 571 ASSERT_UNUSED(cache, cache->storageID()); in storeUpdatedType()
|
/external/webkit/WebCore/platform/mac/ |
D | WidgetMac.mm | 266 ASSERT_UNUSED(unusedView, unusedView == widget->getOuterView());
|
/external/webkit/WebKit/mac/History/ |
D | WebHistory.mm | 277 ASSERT_UNUSED(itemWasInDateCaches, itemWasInDateCaches);
|
/external/webkit/WebCore/ |
D | ChangeLog | 7085 Use ASSERT_UNUSED. 7689 (WebCore::ApplicationCacheStorage::storeUpdatedType): Use ASSERT_UNUSED. 7784 (WebCore::IconFetcher::didReceiveResponse): Use ASSERT_UNUSED. 7794 (WebCore::TimerHeapIterator::checkConsistency): Use ASSERT_UNUSED. 8841 (WebCore::MessagePortCloseEventTask::performTask): Use ASSERT_UNUSED. 8854 (WebCore::Widget::beforeMouseDown): Use ASSERT_UNUSED. 8860 (WebCore::RenderListMarker::createInlineBox): Use ASSERT_UNUSED. 8865 I couldn't use ASSERT_UNUSED because it's a single assertion, but it's 8868 (WebCore::RenderText::createInlineBox): Use ASSERT_UNUSED. 11586 (WebCore::ApplicationCacheStorage::verifySchemaVersion): Use the new ASSERT_UNUSED macro.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 63 … (-[WebHistoryPrivate visitedURL:withTitle:]): Use ASSERT_UNUSED in a manner that makes sense.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 1932 (JSC::JSNotAnObject::toObject): Use the new ASSERT_UNUSED instead of the 3532 * wtf/Assertions.h: Added ASSERT_UNUSED.
|