Home
last modified time | relevance | path

Searched refs:stringForExceptionCode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
DcreateDocumentType-err.js3 function stringForExceptionCode(c) function
21 … m += "; expected " + stringForExceptionCode(expect) + ", threw " + stringForExceptionCode(actual);
24 m += "; threw " + stringForExceptionCode(actual);;
DcreateDocument-namespace-err.js17 function stringForExceptionCode(c) function
35 … m += "; expected " + stringForExceptionCode(expect) + ", threw " + stringForExceptionCode(actual);
38 m += "; threw " + stringForExceptionCode(actual);;