Searched refs:URIError (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/webkit/fast/js/kde/ |
D | encode_decode_uri-expected.txt | 35 PASS encodeURI(String.fromCharCode(56320)) threw exception URIError: URI malformed. 36 PASS encodeURI(String.fromCharCode(57343)) threw exception URIError: URI malformed. 41 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(0)) threw exception URIError: URI m… 42 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(55295)) threw exception URIError: U… 43 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(55296)) threw exception URIError: U… 44 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(56319)) threw exception URIError: U… 45 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: U… 46 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: U… 47 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(65533)) threw exception URIError: U… 48 PASS encodeURI(String.fromCharCode(55296) + String.fromCharCode(65534)) threw exception URIError: U… [all …]
|
D | constructor_length-expected.txt | 43 PASS URIError.length is 1
|
/external/v8/test/mjsunit/regress/ |
D | regress-1415.js | 30 assertThrows(function(){ decodeURIComponent("%ED%A0%80"); }, URIError); 32 assertThrows(function(){ decodeURIComponent("%ED%AF%BF"); }, URIError); 34 assertThrows(function(){ decodeURIComponent("%ED%B0%80"); }, URIError); 36 assertThrows(function(){ decodeURIComponent("%ED%BF%BF"); }, URIError); 40 assertThrows(function(){ decodeURIComponent("%C1%BF"); }, URIError); 42 assertThrows(function(){ decodeURIComponent("%E0%9F%BF"); }, URIError);
|
D | regress-244.js | 62 assertInstanceof(e, URIError);
|
/external/v8/test/mjsunit/ |
D | class-of-builtins.js | 39 Error: [ Error, TypeError, RangeError, SyntaxError, ReferenceError, EvalError, URIError ]
|
D | mirror-error.js | 94 testErrorMirror(new URIError('URIError'));
|
D | error-constructors.js | 91 var errors = [Error, RangeError, EvalError, URIError, MyError];
|
/external/v8/src/ |
D | messages.js | 1222 DefineError(function URIError() { }); class in SetUpError
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | v8.log | 510 code-creation,LazyCompile,0,0x4241fba0,360,"URIError",0x2341da4c, 848 code-creation,LazyCompile,0,0x4241fba0,360,"URIError",0x2341da4c,
|