IntArray 153 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsArray<IntArray>::value), WTF_Test_IsArray_int_array); IntArray 156 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveExtent<IntArray>::Type>::value), WTF_Test_RemoveExtent_int_array);