IntArraySized     154 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsArray<IntArraySized>::value), WTF_Test_IsArray_int_sized_array);
IntArraySized     157 Source/wtf/TypeTraits.cpp COMPILE_ASSERT((IsSameType<int, RemoveExtent<IntArraySized>::Type>::value), WTF_Test_RemoveReference_int_sized_array);