TypeNull 156 Source/platform/JSONValues.cpp ASSERT(m_type == TypeNull); TypeNull 51 Source/platform/JSONValues.h JSONValue() : m_type(TypeNull) { } TypeNull 70 Source/platform/JSONValues.h bool isNull() const { return m_type == TypeNull; }