Searched refs:EXCEPTION_STRING (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js27 throw EXCEPTION_STRING +": " + this.valueOf();
29 var EXCEPTION_STRING = "Exception thrown:"; variable
82 (object.exception ? EXCEPTION_STRING +": " + object.valueOf() : object.valueOf()),
H A Dtry-007.js27 throw EXCEPTION_STRING +": " + this.valueOf();
29 var EXCEPTION_STRING = "Exception thrown:"; variable
86 (object.exception ? EXCEPTION_STRING +": " + object.value : object.value),
H A Dtry-009.js23 var EXCEPTION_STRING = "Exception thrown: "; variable
38 throw EXCEPTION_STRING + this.value;
60 ? EXCEPTION_STRING + object.value :
H A Dtry-010.js23 var EXCEPTION_STRING = "Exception thrown: "; variable
41 throw EXCEPTION_STRING + this.value;

Completed in 133 milliseconds