mirror of https://github.com/tc39/test262.git
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
|
//function Test262Error(message) {
|
||
|
// if (message) this.message = message;
|
||
|
//}
|
||
|
//
|
||
|
//Test262Error.prototype.toString = function () {
|
||
|
// return "Test262 Error: " + this.message;
|
||
|
//};
|