summaryrefslogtreecommitdiff
path: root/website/harness/Test262Error.js
blob: 8966c7621f4642534c2c6cd2ce88dbc85d1e5e1b (plain)
1
2
3
4
5
6
7
//function Test262Error(message) {
//    if (message) this.message = message;
//}
//
//Test262Error.prototype.toString = function () {
//    return "Test262 Error: " + this.message;
//};