Searched defs:MjsUnitAssertionError (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A 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);

Completed in 64 milliseconds