IsSVGFlag         216 Source/core/dom/Node.h     bool isSVGElement() const { return getFlag(IsSVGFlag); }
IsSVGFlag         740 Source/core/dom/Node.h         CreateSVGElement = CreateElement | IsSVGFlag,