Home
last modified time | relevance | path

Searched refs:URIError (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/mjsunit/
Dclass-of-builtins.js39 Error: [ Error, TypeError, RangeError, SyntaxError, ReferenceError, EvalError, URIError ]
Dmirror-error.js94 testErrorMirror(new URIError('URIError'));
/external/v8/test/mjsunit/regress/
Dregress-244.js62 assertInstanceof(e, URIError);
/external/webkit/JavaScriptCore/runtime/
DError.h45 URIError = 6 enumerator
DJSGlobalObjectFunctions.cpp58 return throwError(exec, URIError, "String contained an illegal UTF-16 sequence."); in encode()
120 return throwError(exec, URIError); in decode()
DError.cpp66 case URIError: in create()
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
Dregress-123002.js82 new ReferenceError(), new SyntaxError(), new TypeError(), new URIError()];
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Object/
Dclass-003.js79 actual = getJSClass(new URIError());
Dclass-004.js78 actual = getJSClass(URIError);
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-96284-002.js90 obj1 = URIError(cnTestString);
Dregress-96284-001.js90 obj1 = URIError(cnTestString);
/external/v8/test/es5conform/
Des5conform.status159 # URIError.prototype does not have message property
/external/v8/src/
Dmessages.js929 DefineError(function URIError() { }); class