IMMEDIATE_CRASH   126 Source/wtf/Assertions.h #ifndef IMMEDIATE_CRASH
IMMEDIATE_CRASH   147 Source/wtf/Assertions.h      IMMEDIATE_CRASH())
IMMEDIATE_CRASH   356 Source/wtf/Assertions.h #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0)
IMMEDIATE_CRASH   358 Source/wtf/Assertions.h #define RELEASE_ASSERT_NOT_REACHED() IMMEDIATE_CRASH()
IMMEDIATE_CRASH   241 Source/wtf/PageAllocator.cpp     IMMEDIATE_CRASH();