InvalidNodeTypeError 1011 Source/core/dom/Range.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "The node to be inserted is a '" + newNode->nodeName() + "' node, which may not be inserted here.");
InvalidNodeTypeError 1015 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node to be inserted is a shadow root, which may not be inserted here.");
InvalidNodeTypeError 1139 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'.");
InvalidNodeTypeError 1184 Source/core/dom/Range.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent.");
InvalidNodeTypeError 1192 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'.");
InvalidNodeTypeError 1218 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'.");
InvalidNodeTypeError 1273 Source/core/dom/Range.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent.");
InvalidNodeTypeError 1292 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided has an ancestor of type '" + anc->nodeName() + "'.");
InvalidNodeTypeError 1308 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + refNode->nodeName() + "'.");
InvalidNodeTypeError 1345 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + refNode->nodeName() + "'.");
InvalidNodeTypeError 1378 Source/core/dom/Range.cpp             exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + newParent->nodeName() + "'.");
InvalidNodeTypeError  982 Source/core/testing/Internals.cpp     exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a TEXTAREA.");
InvalidNodeTypeError  996 Source/core/testing/Internals.cpp     exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not an INPUT.");
InvalidNodeTypeError 1008 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element.");
InvalidNodeTypeError 1033 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element.");
InvalidNodeTypeError 1055 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not an INPUT.");
InvalidNodeTypeError 1065 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element.");
InvalidNodeTypeError 1074 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidNodeTypeError, element ? "No view can be obtained from the provided element's document." : ExceptionMessages::argumentNullOrIncorrectType(1, "Element"));