Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/test/mjsunit/
Dmjsunit.js28 function MjsUnitAssertionError(message) { class
32 MjsUnitAssertionError.prototype.toString = function () {
50 throw new MjsUnitAssertionError(start + " expected <" + expected + "> found <" + found + ">");
199 throw new MjsUnitAssertionError(message);