Home | History | Annotate | Download | only in dom

Lines Matching refs:IndexSizeError

1061                 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to the node's length (" + String::number(toCharacterData(n)->length()) + ").");
1065 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to than the node's length (" + String::number(toProcessingInstruction(n)->data().length()) + ").");
1075 exceptionState.throwDOMException(IndexSizeError, "There is no child at offset " + String::number(offset) + ".");