Searched refs:FunctionThrow (Results 1 – 2 of 2) sorted by relevance
90 function FunctionThrow() { throw "Thrown Exception String"; }; class
46 PASS (new FunctionThrow) threw exception Thrown Exception String.