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

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

Completed in 68 milliseconds