Home
last modified time | relevance | path

Searched refs:MjsUnitAssertionError (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Dwith-leave.js148 if (e instanceof MjsUnitAssertionError) throw e;
165 if (e instanceof MjsUnitAssertionError) throw e;
219 if (e instanceof MjsUnitAssertionError) throw e;
Dmjsunit.js28 function MjsUnitAssertionError(message) { class
41 MjsUnitAssertionError.prototype.toString = function () {
166 throw new MjsUnitAssertionError(message);
317 throw new MjsUnitAssertionError("Did not throw exception");
353 throw new MjsUnitAssertionError(message);
/external/v8/test/mjsunit/harmony/
Dblock-leave.js159 if (e instanceof MjsUnitAssertionError) throw e;
176 if (e instanceof MjsUnitAssertionError) throw e;
226 if (e instanceof MjsUnitAssertionError) throw e;